Skip to content
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

Merged
merged 16 commits into from
Mar 9, 2025

Conversation

arvinxx
Copy link
Contributor

@arvinxx arvinxx commented Mar 9, 2025

💻 变更类型 | Change Type

  • ✨ feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 👷 build
  • ⚡️ perf
  • 📝 docs
  • 🔨 chore

🔀 变更说明 | Description of Change

📝 补充信息 | Additional Information

Copy link

vercel bot commented Mar 9, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lobe-chat-database ✅ Ready (Inspect) Visit Preview Mar 9, 2025 6:38pm
lobe-chat-desktop ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 9, 2025 6:38pm
lobe-chat-preview ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 9, 2025 6:38pm

@dosubot dosubot bot added the size:XL This PR changes 500-999 lines, ignoring generated files. label Mar 9, 2025
@lobehubbot
Copy link
Member

👍 @arvinxx

Thank you for raising your pull request and contributing to our Community
Please make sure you have followed our contributing guidelines. We will review it as soon as possible.
If you encounter any problems, please feel free to connect with us.
非常感谢您提出拉取请求并为我们的社区做出贡献,请确保您已经遵循了我们的贡献指南,我们会尽快审查它。
如果您遇到任何问题,请随时与我们联系。

@dosubot dosubot bot added the 🌠 Feature Request New feature or request | 特性与建议 label Mar 9, 2025
Copy link
Contributor

gru-agent bot commented Mar 9, 2025

TestGru Assignment

Summary

Link CommitId Status Reason
Detail 565ab61 ✅ Finished Cancelled by auto rebase

Files

File Pull Request
src/services/chat.ts 🛑 Cancelled (Cancelled by auto rebase)
src/store/agent/slices/chat/selectors/chatConfig.ts 🛑 Cancelled (Cancelled by auto rebase)
src/store/chat/slices/aiChat/selectors.ts 🛑 Cancelled (Cancelled by auto rebase)

Tip

You can @gru-agent and leave your feedback. TestGru will make adjustments based on your input

Copy link

codecov bot commented Mar 9, 2025

Codecov Report

Attention: Patch coverage is 67.66667% with 97 lines in your changes missing coverage. Please review.

Project coverage is 91.34%. Comparing base (5c6b8ea) to head (d561794).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
...store/chat/slices/aiChat/actions/generateAIChat.ts 34.51% 74 Missing ⚠️
...onversation/Extras/Usage/UsageDetail/ModelCard.tsx 6.66% 14 Missing ⚠️
src/services/chat.ts 93.65% 4 Missing ⚠️
src/store/chat/slices/aiChat/selectors.ts 75.00% 2 Missing ⚠️
packages/web-crawler/src/crawler.ts 90.90% 1 Missing ⚠️
...es/Conversation/Extras/Usage/UsageDetail/tokens.ts 93.33% 1 Missing ⚠️
...rc/store/agent/slices/chat/selectors/chatConfig.ts 80.00% 1 Missing ⚠️
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     
Flag Coverage Δ
app 91.34% <67.66%> (-0.08%) ⬇️
server 97.57% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

gru-agent bot commented Mar 9, 2025

TestGru Assignment

Summary

Link CommitId Status Reason
Detail d8277a6 ✅ Finished Cancelled by auto rebase

Files

File Pull Request
src/services/chat.ts 🛑 Cancelled (Cancelled by auto rebase)
src/store/agent/slices/chat/selectors/chatConfig.ts 🛑 Cancelled (Cancelled by auto rebase)
src/store/chat/slices/aiChat/selectors.ts 🛑 Cancelled (Cancelled by auto rebase)

Tip

You can @gru-agent and leave your feedback. TestGru will make adjustments based on your input

@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. and removed size:XL This PR changes 500-999 lines, ignoring generated files. labels Mar 9, 2025
Copy link
Contributor

gru-agent bot commented Mar 9, 2025

TestGru Assignment

Summary

Link CommitId Status Reason
Detail 8736f88 ✅ Finished Cancelled by auto rebase

Files

File Pull Request
src/services/chat.ts 🛑 Cancelled (Cancelled by auto rebase)
src/store/agent/slices/chat/selectors/chatConfig.ts 🛑 Cancelled (Cancelled by auto rebase)
src/store/chat/slices/aiChat/selectors.ts 🛑 Cancelled (Cancelled by auto rebase)

Tip

You can @gru-agent and leave your feedback. TestGru will make adjustments based on your input

Copy link
Contributor

gru-agent bot commented Mar 9, 2025

TestGru Assignment

Summary

Link CommitId Status Reason
Detail dd5b719 ✅ Finished Cancelled by auto rebase

Files

File Pull Request
src/services/chat.ts 🛑 Cancelled (Cancelled by auto rebase)
src/store/agent/slices/chat/selectors/chatConfig.ts 🛑 Cancelled (Cancelled by auto rebase)
src/store/chat/slices/aiChat/selectors.ts 🛑 Cancelled (Cancelled by auto rebase)

Tip

You can @gru-agent and leave your feedback. TestGru will make adjustments based on your input

@arvinxx arvinxx changed the title ✨ feat: support no-fc models like deepseek r1 with network conntection ✨ feat: support no-fc models like deepseek r1 with search ability Mar 9, 2025
Copy link

vercel bot commented Mar 9, 2025

Deployment failed with the following error:

Resource is limited - try again in 7 hours (more than 100, code: "api-deployments-free-per-day").

Copy link

vercel bot commented Mar 9, 2025

Deployment failed with the following error:

Resource is limited - try again in 6 hours (more than 100, code: "api-deployments-free-per-day").

@arvinxx arvinxx changed the title ✨ feat: support no-fc models like deepseek r1 with search ability ✨ feat: support no-fc models like deepseek r1 with online search ability Mar 9, 2025
@arvinxx arvinxx changed the title ✨ feat: support no-fc models like deepseek r1 with online search ability ✨ feat: support no-fc models like deepseek r1 with online search Mar 9, 2025
@arvinxx arvinxx merged commit f284c25 into main Mar 9, 2025
14 of 18 checks passed
@arvinxx arvinxx deleted the feat/search-with-fc-models branch March 9, 2025 18:35
@lobehubbot
Copy link
Member

❤️ 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.
项目的成长离不开用户反馈和贡献,感谢您的贡献! 如果您对 LobeHub 开发者社区感兴趣,请加入我们的 discord,然后私信 @arvinxx@canisminor1990。他们会邀请您加入我们的私密开发者频道。我们将会讨论关于 Lobe Chat 的开发,分享和讨论全球范围内的 AI 消息。

github-actions bot pushed a commit that referenced this pull request Mar 9, 2025
## [Version&nbsp;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">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
@lobehubbot
Copy link
Member

🎉 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": "正在分析并理解意图您的意图..."

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

句子不通顺,请修正

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌠 Feature Request New feature or request | 特性与建议 released size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] 官网文档页面拼写错误 [Request] 希望deepseek-R1支持联网搜索能力
3 participants