Simple terminal utility to interact with OpenAI gpt4 model
- Rust => 1.67
- OpenAI API key, exported as OPENAI_API_KEY environment variable
To have a conversation with the model, from this repository, run the following command:
$ make run
To compile the project and install it to use as a command in your terminal (linux/mac), run the following command:
$ make install