-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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: add Cohere provider support #7016
Conversation
@hezhijie0327 is attempting to deploy a commit to the LobeChat Desktop Team on Vercel. A member of the Team first needs to authorize it. |
Thank you for raising your pull request and contributing to our Community |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7016 +/- ##
==========================================
- Coverage 91.34% 91.32% -0.02%
==========================================
Files 733 736 +3
Lines 69493 69840 +347
Branches 3410 3410
==========================================
+ Hits 63478 63782 +304
- Misses 6015 6058 +43
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
Tip You can |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
❤️ Great PR @hezhijie0327 ❤️ 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.73.0](v1.72.1...v1.73.0) <sup>Released on **2025-03-19**</sup> #### ✨ Features - **misc**: Add Cohere provider support, add search1api crawler implementation for WeChat Sogou links. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Add Cohere provider support, closes [#7016](#7016) ([2a4e2ed](2a4e2ed)) * **misc**: Add search1api crawler implementation for WeChat Sogou links, closes [#7036](#7036) ([7327138](7327138)) </details> <div align="right"> [](#readme-top) </div>
🎉 This PR is included in version 1.73.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [Version 1.114.0](v1.113.1...v1.114.0) <sup>Released on **2025-03-20**</sup> #### ✨ Features - **misc**: Add Cohere provider support, add search1api crawler implementation for WeChat Sogou links. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Add Cohere provider support, closes [lobehub#7016](https://github.com/bentwnghk/lobe-chat/issues/7016) ([2a4e2ed](2a4e2ed)) * **misc**: Add search1api crawler implementation for WeChat Sogou links, closes [lobehub#7036](https://github.com/bentwnghk/lobe-chat/issues/7036) ([7327138](7327138)) </details> <div align="right"> [](#readme-top) </div>
## [Version 1.73.0](v1.72.3...v1.73.0) <sup>Released on **2025-03-20**</sup> #### ✨ Features - **misc**: Add Cohere provider support, add search1api crawler implementation for WeChat Sogou links. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Add Cohere provider support, closes [lobehub#7016](https://github.com/jaworldwideorg/OneJA-Bot/issues/7016) ([2a4e2ed](2a4e2ed)) * **misc**: Add search1api crawler implementation for WeChat Sogou links, closes [lobehub#7036](https://github.com/jaworldwideorg/OneJA-Bot/issues/7036) ([7327138](7327138)) </details> <div align="right"> [](#readme-top) </div>
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
[TODO][TODO]user
及stream_options
参数frequency_penalty
presence_penalty
top_p
范围📝 补充信息 | Additional Information
ref: https://docs.cohere.com/docs/compatibility-api
model: https://docs.cohere.com/v2/docs/models
price: https://cohere.com/pricing
parameters: https://docs.cohere.com/v2/docs/compatibility-api#unsupported-parameters
req: #6157 (comment)
close #3681
close #2068
close #6999