-
-
Notifications
You must be signed in to change notification settings - Fork 12.2k
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: support no-fc models like deepseek r1 with online search #6842
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
👍 @arvinxx Thank you for raising your pull request and contributing to our Community |
TestGru AssignmentSummary
Files
Tip You can |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6842 +/- ##
==========================================
- Coverage 91.42% 91.34% -0.08%
==========================================
Files 728 729 +1
Lines 68459 68673 +214
Branches 4822 4639 -183
==========================================
+ Hits 62586 62728 +142
- Misses 5873 5945 +72
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
TestGru AssignmentSummary
Files
Tip You can |
TestGru AssignmentSummary
Files
Tip You can |
TestGru AssignmentSummary
Files
Tip You can |
Deployment failed with the following error:
|
Deployment failed with the following error:
|
❤️ Great PR @arvinxx ❤️ The growth of project is inseparable from user feedback and contribution, thanks for your contribution! If you are interesting with the lobehub developer community, please join our discord and then dm @arvinxx or @canisminor1990. They will invite you to our private developer channel. We are talking about the lobe-chat development or sharing ai newsletter around the world. |
## [Version 1.70.0](v1.69.6...v1.70.0) <sup>Released on **2025-03-09**</sup> #### ✨ Features - **misc**: Support no-fc models like deepseek r1 with online search. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Support no-fc models like deepseek r1 with online search, closes [#6842](#6842) ([f284c25](f284c25)) </details> <div align="right"> [](#readme-top) </div>
🎉 This PR is included in version 1.70.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@@ -64,6 +64,9 @@ | |||
"stop": "停止", | |||
"warp": "换行" | |||
}, | |||
"intentUnderstanding": { | |||
"title": "正在分析并理解意图您的意图..." |
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.
句子不通顺,请修正
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
📝 补充信息 | Additional Information