/SiBot

A command line client for chat-gpt with some helpful features build on top of it.

Primary LanguageRust

SiBot

A command line client for chat-gpt with some helpful features build on top of it.

Prerequisits

  • rust
  • cargo
  • make (opt)

Usage

  1. Clone this repo.
  2. Get your Chat-GPT API key from: https://platform.openai.com/account/api-keys
  3. Copy the key to a file located at ~/dev/GPT-KEY

Than run:

make

or

cargo run

For debugging run

make debug

Contributing

This project is open to contributions. Feel free to submit a pull request or open an issue if you have any suggestions or find any bugs.

The docs contain a collection of feature ideas.

License

This project is licensed under the MIT License.