shivam-sh/koi
Koi is a simple tool built to let you use ChatGPT through the command line. It adds the ability to let ChatGPT run commands on your computer in order to help you out, or to help you out with complicated tasks.
This tool brings ChatGPT directly into your computer's command line, letting you interact with it without needing a web browser. You type your questions or tasks into the command line, and ChatGPT responds, even performing actions on your computer to help you complete complex tasks. This is ideal for anyone comfortable using a terminal who wants to streamline their workflow with AI assistance.
No commits in the last 6 months.
Use this if you frequently use the command line and want to leverage ChatGPT's capabilities to execute commands or automate tasks directly from your terminal.
Not ideal if you prefer graphical interfaces or are uncomfortable with command-line interactions.
Stars
10
Forks
—
Language
Rust
License
MIT
Category
Last pushed
Mar 25, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/shivam-sh/koi"
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