/chat-geppetto

Small Python Client for OpenAI API

Primary LanguagePythonMIT LicenseMIT

chat-geppetto

Small Python Client for OpenAI API

While functional I do not recommend anyone to use this, there are way better options out there.

image

Use

  • put your API key in the text file
  • use the .bat file or call the Python script from the command line

Features

  • 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

Requirements

  • OPENAI_API_KEY
  • Python 3.6+

  • Python libraries used:
  • openai
  • tkinter