MakisChristou/rustgpt
Yet another command-line chat GPT frontend written in Rust.
This tool helps developers quickly interact with large language models like ChatGPT directly from their computer's command line. You type in a question or prompt, and it returns a conversational response, as if you were using a web-based chat interface. It's designed for developers who prefer to stay in their terminal environment for various tasks.
No commits in the last 6 months.
Use this if you are a developer who frequently uses the command line and wants a fast, text-based way to query large language models without switching to a web browser.
Not ideal if you prefer a graphical user interface, need advanced features like image input, or are not comfortable using a command-line interface.
Stars
31
Forks
4
Language
Rust
License
GPL-3.0
Category
Last pushed
Aug 04, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/MakisChristou/rustgpt"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
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