Skip to content

Simple terminal utility to interact with OpenAI gpt4 model

Notifications You must be signed in to change notification settings

ainestal/talk-to-gpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple terminal utility to interact with OpenAI gpt4 model

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published