Skip to content

(fork) Simple terminal utility to interact with OpenAI gpt4 model

Notifications You must be signed in to change notification settings

Jblew/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

(fork) Simple terminal utility to interact with OpenAI gpt4 model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 90.7%
  • Makefile 9.3%