1 unstable release
0.1.0 | Mar 30, 2023 |
---|
#727 in #command-line-interface
11KB
153 lines
OpenAI CLI
This package is a simple CLI tool to comunicate with OpenAI API, to be used as a CLI personal assistent.
Usage
- Clone the project
- Add a
OPENAI_API_KEY
to your environment
Install
- Install it with
make install
- Done! Call
oai how are you doing\?
Development
- Call
cargo run "how are you doing?"
Roadmap
- if no args was passed, open a conversational chat
- keep context logs to make conversations more fluid
- make it pluggable (allowing to pass files with the role description)
- add tests
Dependencies
~6–19MB
~263K SLoC