Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 287 Bytes

File metadata and controls

15 lines (9 loc) · 287 Bytes

Python-GUI-ChatGPT-Client

GUI application built in Python with DelphiFMX to access the ChatGPT API.

Installation:

  • pip install delphifmx
  • pip install openai

Run:

python chatgptapp.py

Find out more about DelphiFMX:

DelphiFMX for Python