This is a command-line assistant implementation using ChatGPT API
- Developed using
python 3.8.7
- You will need to use your own API key from openai.
Once you have created your key, create an excel file named openaikey.xlsx and store the key in the first row of first column. Save the file and store it right outside the GPTTalkTerminal folder so your unique key is safe.
-
To install the dependencies
pip install -r requirements.txt
-
To run the application
python openai_cli.py
-
To exit the chat, type
quit
- You might run into
Error 429
, which is a quota limit put by Openai for free users. However paid users do not need to worry about this error.