This is an unfinished project where I'm building a Gmail style autocompletion feature that uses ChatGPT for the completions.
- Add you OpenAI API key to
OPENAI_API_KEY
$ export OPENAI_API_KEY=sk-XXXXXXXXXXXXXXXXXXXXX- Launch the server
$ python3 server.py- Go to http://localhost:5000