Small Python Client for OpenAI API
- put your API key in the text file
- use the .bat file or call the Python script from the command line
- The API Key is stored in plain text
- The project is not maintained
- Supports gpt-3.5-turbo and text-davinci-003
- Export the chat history in a text file
- Minimalist UI
- OPENAI_API_KEY
- Python 3.6+
- Python libraries used:
- openai
- tkinter