-
Notifications
You must be signed in to change notification settings - Fork 17
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
Chat improvements #414
Chat improvements #414
Conversation
Passing run #366 ↗︎
Details:
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
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.
Can merge these myself, otherwise looks good! Can also pin the model to 0301 in this pr
After fixing the typos the chatbot is behaving poorly again 🤦♂️ |
Ok, seem to have fixed the behavior now. |
add ability to change temperature in the frontend
Co-authored-by: Matthew Evans <[email protected]> Co-authored-by: Matthew Evans <[email protected]> Co-authored-by: Matthew Evans <[email protected]> tweak prompt to work well after typos
17e5755
to
74ef3a9
Compare
I rebased into related commits, but then for some reason the co-authorship with @ml-evs seems to not be showing up (except in the commit message). Besides that I think it should be ready to go. |
Can you update MODEL here too? I will approve now anyway |
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.
🐦
Ok, I actually pinned to the current version now ( |
A few improvements to the chatblock:
-The prompt is tweaked to work better (shorter intro message, and more likely to produce mermaid code that compiles)
-The block title is changed to "virtual assistant"
-"show prompts" has been changed to "show advanced" and also allows the user to set the temperature and see the model name.
-fixed a bug in
field_utils.js
where values couldn't be set to 0.