Build a simple locally hosted version of ChatGPT in less than 100 lines of code. Note: This is an unofficial ChatGPT repo and is not associated with OpenAI in anyway!
To run the example code, you need to create an OpenAI API key
- Install requirments using
$ pip install -r requirements.txt
- Create a .env file and paste your API key there
OPENAI_API_KEY = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXx
- Run the code and Enjoy
$ python server.py
This code was written by GPT-4 : )