Skip to content

Commit fd9fd2d

Browse files
authored
fix: remove extra Quarkus recipe (#2218)
Fixes #2217 Signed-off-by: Jeff MAURY <jmaury@redhat.com>
1 parent 335e62e commit fd9fd2d

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

packages/backend/src/assets/ai.json

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -92,23 +92,6 @@
9292
],
9393
"backend": "llama-cpp"
9494
},
95-
{
96-
"id": "chatbot-java-quarkus",
97-
"description": "This is a Quarkus-based chat demo application.",
98-
"name": "Java-based ChatBot (Quarkus)",
99-
"repository": "https://github.com/containers/ai-lab-recipes",
100-
"ref": "a7b03d7bd025e009a03147391a00cb1ee472ad3f",
101-
"icon": "natural-language-processing",
102-
"categories": ["natural-language-processing"],
103-
"basedir": "recipes/natural_language_processing/chatbot-java",
104-
"readme": "# Java-based chatbot application\n\nThis application implements a simple chatbot backed by Quarkus and its\nLangChain4j extension. The UI communicates with the backend application via\nweb sockets and the backend uses the OpenAI API to talk to the model served\nby Podman AI Lab.\n\nDocumentation for Quarkus+LangChain4j can be found at\nhttps://docs.quarkiverse.io/quarkus-langchain4j/dev/.",
105-
"recommended": [
106-
"hf.instructlab.granite-7b-lab-GGUF",
107-
"hf.instructlab.merlinite-7b-lab-GGUF",
108-
"hf.lmstudio-community.granite-3.0-8b-instruct-GGUF"
109-
],
110-
"backend": "llama-cpp"
111-
},
11295
{
11396
"id": "chatbot-javascript-react",
11497
"description": "This is a Node.js based chat demo application.",

0 commit comments

Comments
 (0)