Simple ChatGPT client using python
- To run this program you will need python3 installed on your machine
- IMPORTANT! You will need an OpenAI API key
- You will need internet access to the ChatGPT server
git clone git@github.com:cobinrox/chatgptpy.git
cd chatgptpy
pip3 install openai
IMPORTANT!! Copy your OpenAI key into the .env file
(For now) Edit the chat.py and enter the question you want to ask (sorry isn't very interactive yet)
python3 chat.py