-
-
Notifications
You must be signed in to change notification settings - Fork 18
Support for thinking model #30
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
Comments
I was wondering if these Note I said "an accordion-alike layer" but it could be a simple bubble icon nearby the model name opening a modal with that section There should also be a way to download the full conversation with the thinking process since, right now, downloading a conversation strips all these tags. Edit: lmao OK seems like I didn't try enough... seems to be an issue with the first chat question, all questions after the first one already render this accordion-alike layer with the thinking process in there. |
I actually don't know how did I end here when I was on open-webui repository and trying to open an issue there.... Sorry for that 🫡 |
I've seen #29 but it seems it was just a user issue.
With DeepSeek-R1 model being very popular currently, it'd be nice to support thinking model.
Those models output
<think>
tags that encapsulate the self reflexion text. Currently, baibot show this text in its messages, which is confusing for end-users.I'd be nice if baibot could hide the thinking text, and only output the actual answer. I believe it's up to the client to do that, like OpenWebUI did it.
Do you think baibot could be shown as "typing" until the thinking process is finished ?
The text was updated successfully, but these errors were encountered: