-
Notifications
You must be signed in to change notification settings - Fork 231
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
LLM Templates - Created startup technical ideas LLM chat app #958
Conversation
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 you made a huge mistake. The model is a parameter in the configuration and not an input to the llm application!!!! That's why you needed making such changes!
Please see this example on how the application should be. Note that all the parameters from openai are part of the configuration (usually shown up in the playground)! Please let me know if it is not clear |
Hi @devgenix, could you assist me in testing the creation of an app in OSS and in the cloud to verify if the templates are functioning on your end as well? Thank you. |
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.
Thanks for the PR @aybruhm please see comments
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.
Thanks a lot @aybruhm !
Could you please update the app in the templates too. Thanks!
Description
This PR introduces a new chat llm template that offers technical ideas to startups.
Related Issue
Closes #939