anotherhollow1125/hey_chat_gpt
take_care_of_the_rest / あとは任せた proc-macro of Rust
This tool helps Rust developers quickly generate code by delegating implementation details to the ChatGPT API. You provide a Rust file and a natural language prompt, and the tool uses the API to fill in the code directly within your project. This is for Rust programmers looking to automate boilerplate or complex function implementations.
No commits in the last 6 months.
Use this if you are a Rust developer who wants to leverage AI to write or complete functions in your code by simply describing what you need.
Not ideal if you are looking for an AI assistant that provides suggestions or explanations without directly modifying your source code.
Stars
24
Forks
—
Language
Rust
License
MIT
Category
Last pushed
Jan 07, 2025
Monthly downloads
11
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/anotherhollow1125/hey_chat_gpt"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Arend-Jan/chat-gpt-lib-rs
A Rust library for interacting with OpenAI's ChatGPT API, providing an easy-to-use interface and...
openai-rs/openai-api
A simple Rust library for OpenAI API, free from complex async operations and redundant dependencies.
retrage/gpt-macro
ChatGPT powered Rust proc macro that generates code at compile-time.
rsmeowry/chatgpt_rs
OpenAI's ChatGPT API wrapper for Rust 🦀
teunissenstefan/chatgpt-gui
GTK 4 front-end to ChatGPT completions written in Rust