-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
♻️ refactor(model): Deleting Deprecated Models #3208
Conversation
@RubuJam is attempting to deploy a commit to the LobeHub Pro Team on Vercel. A member of the Team first needs to authorize it. |
👍 @RubuJam Thank you for raising your pull request and contributing to our Community |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3208 +/- ##
========================================
Coverage 94.18% 94.18%
========================================
Files 396 396
Lines 24734 24755 +21
Branches 2697 1939 -758
========================================
+ Hits 23295 23316 +21
Misses 1439 1439
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
感觉还是等明确有废弃时间的,差不多等那个时候再变更比较合适。不然现在正在用的用户会叫的
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@RubuJam rebase 一下? 有冲突了 |
@RubuJam rebase? There is a conflict |
@arvinxx 处理完毕 Modification completed |
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.
LGTM now, Thanks for your contribution~
❤️ Great PR @RubuJam ❤️ 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.6.6](v1.6.5...v1.6.6) <sup>Released on **2024-07-22**</sup> #### ♻ Code Refactoring - **model**: Clear and add models. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Code refactoring * **model**: Clear and add models, closes [#3208](#3208) ([ef54191](ef54191)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
🎉 This PR is included in version 1.6.6 🎉 The release is available on: Your semantic-release bot 📦🚀 |
### [Version 1.49.4](v1.49.3...v1.49.4) <sup>Released on **2024-07-22**</sup> #### ♻ Code Refactoring - **model**: Clear and add models. #### 🐛 Bug Fixes - **misc**: Content lost unexpectedly on Qwen provider when `finish_reason` is `stop`. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Code refactoring * **model**: Clear and add models, closes [lobehub#3208](https://github.com/bentwnghk/lobe-chat/issues/3208) ([ef54191](ef54191)) #### What's fixed * **misc**: Content lost unexpectedly on Qwen provider when `finish_reason` is `stop`, closes [lobehub#3252](https://github.com/bentwnghk/lobe-chat/issues/3252) ([d35c5b0](d35c5b0)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
### [Version 1.6.6](lobehub/lobe-chat@v1.6.5...v1.6.6) <sup>Released on **2024-07-22**</sup> #### ♻ Code Refactoring - **model**: Clear and add models. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Code refactoring * **model**: Clear and add models, closes [lobehub#3208](lobehub#3208) ([ef54191](lobehub@ef54191)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
删除
Gemini
和OpenAI
已弃用模型添加部分模型,修改部分连通性检测所使用的模型
Removed
Gemini
andOpenAI
deprecated modelsAdd some models and modify some models used for connectivity detection
📝 补充信息 | Additional Information