kingwingfly/gpt
A CLI and TUI(WIP) for chatGPT built with Rust. And offer a core crate for chatGPT app.
This tool helps developers and power users interact with large language models like ChatGPT, Llama, and DeepSeek directly from their command line or a text-based user interface. You provide text prompts and receive AI-generated responses, streamlining your interaction with various AI services. It's designed for individuals who prefer a keyboard-driven workflow over graphical interfaces for their AI conversations.
No commits in the last 6 months.
Use this if you are a developer or technical user who wants to quickly chat with AI models without leaving your terminal.
Not ideal if you prefer a graphical user interface (GUI) or do not have experience using command-line tools.
Stars
20
Forks
—
Language
Rust
License
MIT
Category
Last pushed
May 01, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/kingwingfly/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