-
Notifications
You must be signed in to change notification settings - Fork 44
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
WIP: Recipe catalog tests - fixing typo, parametrizing template #2418
base: main
Are you sure you want to change the base?
WIP: Recipe catalog tests - fixing typo, parametrizing template #2418
Conversation
@@ -21,6 +21,26 @@ | |||
"languages": ["python"], | |||
"frameworks": ["streamlit", "langchain"] | |||
}, | |||
{ | |||
"id": "chatbot2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why adding this recipe?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is just temporary change to test PR with a trigger.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to test triggering the workflow, it will be removed
763fa7c
to
61fb4e9
Compare
Signed-off-by: Tibor Dancs <[email protected]>
Signed-off-by: Tibor Dancs <[email protected]>
Signed-off-by: Tibor Dancs <[email protected]>
Signed-off-by: Tibor Dancs <[email protected]>
Signed-off-by: Tibor Dancs <[email protected]>
61fb4e9
to
8ff4f5f
Compare
Signed-off-by: Tibor Dancs <[email protected]>
What does this PR do?
Screenshot / video of UI
N/A
What issues does this PR fix or reference?
Closes #2134
How to test this PR?