GptFx

A simple application to chat with OpenAI’s GPT-3 API. It resends the history of the conversation to the API to maintain the context.

Demo

Development

You’ll need Java17 and JavaFX to build and run this application. The easiest way is to use SDKMAN.

Once you have SDKMAN installed, you can install 17.0.5-tem.

sdk install java 17.0.5-tem

Once it is installed, just run the following command to build the application.

make run 

You can just run make to display list of available commands.

make

Packaging

make install

Icons

Requires Inkscape and ImageMagick.

brew install imagemagick
brew install cask inkscape

Run the following command to generate icons for all platforms.

make icons

GitHub

View Github