-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
🐳 feat: Deepseek Reasoning UI #5440
Conversation
Is this compatible with the |
looks like your frontend is cached, you need to clear cache/localStorage |
no, didn't know it did this. I can add that soon |
@christiaangoossens Which model/tag are you using with Ollama? |
I'm getting the same issue. I've tried clearing the cache/localStorage in my Chrome browser (Version 131.0.6778.265). In the meantime, is there a flag or configuration we can set to force the UI to use this new feature? |
Hi @peterhoang I see the issue now, I'll be patching it shortly |
https://ollama.com/library/deepseek-r1, afaik all of them use |
Got it the mentioned issues are now resolved here: #5456 |
@xhejtman I recommend using a different title model, since you'll get thoughts in those title generations. I can maybe think of a way to remove them, though |
thanks. However, as of the latest commit, DS R1 with ollama (no openrouter), it does not display thoughts in the main chat window at all, only in sidebar as you noticed. |
@xhejtman it could be no thoughts were generated, I've noticed this is the case when you just say "hi." Either this or you need to update Ollama (I thought the same thing until I got the latest version) |
yes, you are right sorry, it is ok, I was confused by tag in the left sidebar supposing that it actualy returned as it is displayed. |
@michnovka Hi, it gives me the same error. It's not creating the Thinking component. Do I need to do something? I have a fork of the project and pulled the change, but it's not rendering for me. |
@armikhael looking at your screenshot, it’s clear you don’t have the latest commits |
Same here... @danny-avila does it work with any model? I tried with o1 and o1-mini... but it's not rendering... |
o1 and o1-mini they don't return their reasoning |
The functionality works great for me. The only thing that could be changed is to automatically close the reasoning section once you start writing the actual answer. |
Hey @danny-avila Great feature. Thank you. It looks much better now. For whatever reason this feature doesn't work for the "Chat with Files" flow. Is this possible to fix it? |
Summary
Adds simple reasoning UI for LLMs that clearly distinguish reasoning tokens from standard generation tokens (only
deepseek-reasoner
for now)Once migrated to new agent framework, will include more metadata such as time elapsed thinking, dynamic thinking status, etc.
Change Type
Checklist