This is a CLI virtual assistant that uses openai to answer questions. It is a personal project to learn rust and openai.
cargo install --git
If you have not your api key. You can get it from here
Then you can set it as an environment variable
export OPENAI_API_KEY=<your openai api key>
or add it to your .env file
cargo run