This is a simple Rust CLI for interacting with OpenAI in a similar streaming chatbot fashion as ChatGPT (but in your terminal). Currently using GPT4 model.
You'll need to set the OPENAI_API_KEY
env var in order to use the OpenAI API. You can get an API
key here.
Run with cargo run
.