Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 499 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 499 Bytes

talk-to-gpt

Simple terminal utility to interact with OpenAI gpt4 model

Pre-requisites

  • Rust => 1.67
  • OpenAI API key, exported as OPENAI_API_KEY environment variable

Usage

To have a conversation with the model, from this repository, run the following command:

$ make run

Compiling and using it as a command in your terminal

To compile the project and install it to use as a command in your terminal (linux/mac), run the following command:

$ make install