-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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. |
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