Skip to content

vardhiro/JavaGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JavaGPT

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

Prerequisites

  • A steady Java JRE & JDK installation
  • A steady Python installation

Setting it up

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

How to use it ?

To ask a question, type it in the textbox at the bottom and click Send and to clear the chat window click Clear.

About

ChatGPT client in Java, with a simple Swing ui

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published