Crates.io | koi-cli |
lib.rs | koi-cli |
version | 0.1.0 |
source | src |
created_at | 2023-03-25 03:20:55.087308 |
updated_at | 2023-03-25 03:20:55.087308 |
description | A CLI tool to interact with the ChatGPT API and allow it to run commands on your machine to help you out. |
homepage | |
repository | https://github.com/shivam-sh/koi/ |
max_upload_size | |
id | 819896 |
size | 50,493 |
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.
Koi is a simple tool to use. You can use it by running the following command:
koi -a <OPENAI_API_KEY>
This will open up a prompt for you to start asking questions.
You can edit the configuration file to pre-fill the API key so you don't have to enter it every time, allowing you to just run koi
to start using it.
To install Koi from source, you can run the following commands in your terminal:
cd koi
git clone https://github.com/shivam-sh/koi.git
cargo install --path .
You will need to have Rust installed in order to install Koi from source.
tar -xvf <file>.tar.gz
PATH
environment variableIf you would like to contribute to Koi, you can do so by opening a pull request on the GitHub repository.