0byteme/chatgpt-cli
A ChatGPT client written in Rust
This tool helps anyone who regularly uses ChatGPT streamline their interactions by letting them send prompts and receive responses directly from their command line. You provide your OpenAI API key and your text input, and it gives you a ChatGPT generated response. This is ideal for professionals like writers, developers, or educators who integrate AI assistance into their daily computer tasks.
No commits in the last 6 months.
Use this if you want to quickly get AI-generated text for tasks like translating, brainstorming, or getting coding help without opening a web browser.
Not ideal if you prefer a graphical interface for your AI interactions or need to manage complex conversational histories visually.
Stars
8
Forks
3
Language
Rust
License
—
Category
Last pushed
May 30, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/0byteme/chatgpt-cli"
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