Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: udpate to v1.1.1 AI Lab Recipes #1051

Merged
merged 1 commit into from
May 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions packages/backend/src/assets/ai.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description" : "This is a Streamlit chat demo application.",
"name" : "ChatBot",
"repository": "https://github.com/containers/ai-lab-recipes",
"ref": "v1.1.0",
"ref": "v1.1.1",
"icon": "natural-language-processing",
"categories": [
"natural-language-processing"
Expand All @@ -31,7 +31,7 @@
"description" : "This is a Streamlit demo application for summarizing text.",
"name" : "Summarizer",
"repository": "https://github.com/containers/ai-lab-recipes",
"ref": "v1.1.0",
"ref": "v1.1.1",
"icon": "natural-language-processing",
"categories": [
"natural-language-processing"
Expand All @@ -57,7 +57,7 @@
"description" : "This is a code-generation demo application.",
"name" : "Code Generation",
"repository": "https://github.com/containers/ai-lab-recipes",
"ref": "v1.1.0",
"ref": "v1.1.1",
"icon": "generator",
"categories": [
"natural-language-processing"
Expand All @@ -83,7 +83,7 @@
"description" : "This is an audio to text demo application.",
"name" : "Audio to Text",
"repository": "https://github.com/containers/ai-lab-recipes",
"ref": "v1.1.0",
"ref": "v1.1.1",
"icon": "generator",
"categories": [
"audio"
Expand All @@ -99,7 +99,7 @@
"description" : "This is an object detection demo application.",
"name" : "Object Detection",
"repository": "https://github.com/containers/ai-lab-recipes",
"ref": "v1.1.0",
"ref": "v1.1.1",
"icon": "generator",
"categories": [
"computer-vision"
Expand Down