Skip to content

FDelporte/langchain4j-javafx-docs-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LangChain4J JavaFX Documentation Chat demo application

This application uses an existing JSON, based on the Azul documentation on docs.azul.com, to provide a chat JavaFX user interface.

Project Setup

  • Use a JDK with JavaFX:
$ sdk install java 21.0.1.fx-zulu
  • Configure the project in IntelliJIDEA to use this SDK.
  • Get an API key from OpenAI and set as environment variable or directly in ApiKeys.java.
  • Start the main class ChatApp.java by hitting run in the IntelliJIDEA.
  • Wait until the chat model is ready before asking a question.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages