Skip to content

ethanlabelle/gptcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Update, upgrade, and install python3

sudo apt update && sudo apt upgrade -y
sudo apt install python3

Install the requirements

pip3 install -r requirements.txt

Export your API key

export OPENAI_API_KEY="your_api_key"
  • Alternatively, you can add the above line to a file and run source export_my_key.sh

About

REPL for interacting with openai API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages