lobehub/docs/changelog/2025-02-02-deepseek-r1.mdx
CanisMinor 549735be7f
📝 docs: Update changelog docs and release skills (#13897)
* 🔨 chore: update .vscode/settings.json (#13894)

* 🐛 fix(builtin-tool-local-system): honor glob scope in local system tool (#13875)

Made-with: Cursor

* 📝 docs: Update changelog docs and release skills (#13897)

- Update changelog documentation format across all historical changelog files
- Merge release-changelog-style skill into version-release skill
- Update changelog examples with improved formatting and structure

Made-with: Cursor

---------

Co-authored-by: YuTengjing <ytj2713151713@gmail.com>
Co-authored-by: Innei <i@innei.in>
2026-04-16 22:24:48 +08:00

35 lines
1.7 KiB
Text

---
title: DeepSeek R1 Integration with Chain-of-Thought Transparency
description: LobeHub now supports DeepSeek R1 with real-time reasoning display, making complex problem-solving more transparent and easier to follow.
tags:
- LobeHub
- DeepSeek
- Chain of Thought
---
# DeepSeek R1 Integration with Chain-of-Thought Transparency
LobeHub v1.49.12 now supports DeepSeek R1 across both Community and Cloud editions. This integration brings the model's reasoning process into full view, so you can follow how complex questions are solved step by step.
## Transparent reasoning in every conversation
DeepSeek R1's chain-of-thought capability is now fully integrated. When the model works through a problem, you see its reasoning unfold in real time rather than receiving only the final answer.
In practice, this means debugging a script, working through a math problem, or analyzing a complex topic becomes more collaborative. You can see where the model's logic aligns with your intent and where it might need clarification. The reasoning display appears naturally in the conversation flow without cluttering the interface.
## How to use DeepSeek R1
1. Upgrade to LobeHub v1.49.12 or visit [LobeHub.com](https://LobeHub.com)
2. Select DeepSeek R1 from the model dropdown
3. Start a conversation and watch the reasoning appear as the model thinks through your request
## Improvements and fixes
- Fixed reasoning content parsing for consistent display across different response types
- Improved chain-of-thought rendering performance for long reasoning sequences
## Credits
Thanks to the community members who contributed to this release:
@arvinxx @hezhijie0327 @lobehub-team