ChatGPT client in Java, with a simple Swing ui. It uses the request.py
for making openai api request and uses the Gui.java
for the Gui and presentation
- A steady Java JRE & JDK installation
- A steady Python installation
To set it up, run pip install openai
to install the openai python module which powers the connection of the request.py file to ChatGPT.
Next, run java Gui.java
to run the app
To ask a question, type it in the textbox at the bottom and click Send
and to clear the chat window click Clear
.