Spaces:
No application file
No application file
File size: 394 Bytes
ad73d17 |
1 2 3 4 5 6 7 8 9 10 |
# Java-based chatbot application - Quarkus
This application implements a simple chatbot backed by Quarkus and its
LangChain4j extension. The UI communicates with the backend application via
web sockets and the backend uses the OpenAI API to talk to the model served
by Podman AI Lab.
Documentation for Quarkus+LangChain4j can be found at
https://docs.quarkiverse.io/quarkus-langchain4j/dev/.
|