Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 550 Bytes

File metadata and controls

19 lines (15 loc) · 550 Bytes

chatgptpy

Simple ChatGPT client using python

Prerequirements

  1. To run this program you will need python3 installed on your machine
  2. IMPORTANT! You will need an OpenAI API key
  3. You will need internet access to the ChatGPT server

To Download

git clone git@github.com:cobinrox/chatgptpy.git

To Prepare

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)

To Execute

python3 chat.py