Skip to content

Commit 335e62e

Browse files
fix: update catalog reference to 1.3.3.2 (#2187) (#2189)
Fixes #2186 Signed-off-by: Jeff MAURY <jmaury@redhat.com> (cherry picked from commit 76c354f) Co-authored-by: Jeff MAURY <jmaury@redhat.com>
1 parent 41e0627 commit 335e62e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

packages/backend/src/assets/ai.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"description" : "This is a Streamlit chat demo application.",
77
"name" : "ChatBot",
88
"repository": "https://github.com/containers/ai-lab-recipes",
9-
"ref": "v1.3.3.1",
9+
"ref": "v1.3.3.2",
1010
"icon": "natural-language-processing",
1111
"categories": [
1212
"natural-language-processing"
@@ -24,7 +24,7 @@
2424
"description" : "This is a Streamlit demo application for summarizing text.",
2525
"name" : "Summarizer",
2626
"repository": "https://github.com/containers/ai-lab-recipes",
27-
"ref": "v1.3.3.1",
27+
"ref": "v1.3.3.2",
2828
"icon": "natural-language-processing",
2929
"categories": [
3030
"natural-language-processing"
@@ -42,7 +42,7 @@
4242
"description" : "This is a code-generation demo application.",
4343
"name" : "Code Generation",
4444
"repository": "https://github.com/containers/ai-lab-recipes",
45-
"ref": "v1.3.3.1",
45+
"ref": "v1.3.3.2",
4646
"icon": "generator",
4747
"categories": [
4848
"natural-language-processing"
@@ -61,7 +61,7 @@
6161
"description" : "This is a Streamlit RAG enabled chat demo application.",
6262
"name" : "RAG Chatbot",
6363
"repository": "https://github.com/containers/ai-lab-recipes",
64-
"ref": "v1.3.3.1",
64+
"ref": "v1.3.3.2",
6565
"icon": "natural-language-processing",
6666
"categories": [
6767
"natural-language-processing"
@@ -80,7 +80,7 @@
8080
"description": "This is a Quarkus-based chat demo application.",
8181
"name": "Java-based ChatBot (Quarkus)",
8282
"repository": "https://github.com/containers/ai-lab-recipes",
83-
"ref": "v1.3.3.1",
83+
"ref": "v1.3.3.2",
8484
"icon": "natural-language-processing",
8585
"categories": ["natural-language-processing"],
8686
"basedir": "recipes/natural_language_processing/chatbot-java-quarkus",
@@ -114,7 +114,7 @@
114114
"description": "This is a Node.js based chat demo application.",
115115
"name": "Node.js based ChatBot",
116116
"repository": "https://github.com/containers/ai-lab-recipes",
117-
"ref": "26b10d23c8579ab3b9dacd39d77a0172ad3aec82",
117+
"ref": "v1.3.3.2",
118118
"icon": "natural-language-processing",
119119
"categories": ["natural-language-processing"],
120120
"basedir": "recipes/natural_language_processing/chatbot-nodejs",
@@ -131,7 +131,7 @@
131131
"description" : "This is a Streamlit function calling enabled demo application.",
132132
"name" : "Function calling",
133133
"repository": "https://github.com/containers/ai-lab-recipes",
134-
"ref": "v1.3.3.1",
134+
"ref": "v1.3.3.2",
135135
"icon": "natural-language-processing",
136136
"categories": [
137137
"natural-language-processing"
@@ -148,7 +148,7 @@
148148
"description" : "This is an audio to text demo application.",
149149
"name" : "Audio to Text",
150150
"repository": "https://github.com/containers/ai-lab-recipes",
151-
"ref": "v1.3.3.1",
151+
"ref": "v1.3.3.2",
152152
"icon": "generator",
153153
"categories": [
154154
"audio"
@@ -165,7 +165,7 @@
165165
"description" : "This is an object detection demo application.",
166166
"name" : "Object Detection",
167167
"repository": "https://github.com/containers/ai-lab-recipes",
168-
"ref": "v1.3.3.1",
168+
"ref": "v1.3.3.2",
169169
"icon": "generator",
170170
"categories": [
171171
"computer-vision"

0 commit comments

Comments
 (0)