-
-
Notifications
You must be signed in to change notification settings - Fork 12.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
💄 style: remove deprecated models #6269
Conversation
@chai-mi is attempting to deploy a commit to the LobeHub Team on Vercel. A member of the Team first needs to authorize it. |
👍 @chai-mi 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 #6269 +/- ##
==========================================
- Coverage 91.69% 91.67% -0.03%
==========================================
Files 681 681
Lines 62120 61935 -185
Branches 2886 4292 +1406
==========================================
- Hits 56964 56779 -185
Misses 5156 5156
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
❤️ Great PR @chai-mi ❤️ 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.60.7](v1.60.6...v1.60.7) <sup>Released on **2025-02-17**</sup> #### 💄 Styles - **misc**: Remove deprecated gemini models, update MiniMax models. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Styles * **misc**: Remove deprecated gemini models, closes [#6269](#6269) ([45977c3](45977c3)) * **misc**: Update MiniMax models, closes [#6270](#6270) ([2d7803a](2d7803a)) </details> <div align="right"> [](#readme-top) </div>
🎉 This PR is included in version 1.60.7 🎉 The release is available on: Your semantic-release bot 📦🚀 |
### [Version 1.101.1](v1.101.0...v1.101.1) <sup>Released on **2025-02-18**</sup> #### 💄 Styles - **misc**: Remove deprecated gemini models, sync chat limit, update MiniMax models. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Styles * **misc**: Remove deprecated gemini models, closes [lobehub#6269](https://github.com/bentwnghk/lobe-chat/issues/6269) ([45977c3](45977c3)) * **misc**: Sync chat limit, closes [lobehub#6207](https://github.com/bentwnghk/lobe-chat/issues/6207) ([cc2f536](cc2f536)) * **misc**: Update MiniMax models, closes [lobehub#6270](https://github.com/bentwnghk/lobe-chat/issues/6270) ([2d7803a](2d7803a)) </details> <div align="right"> [](#readme-top) </div>
作为可选项,在模型实际下线前,其实不建议从列表中删除。 这个 pr 删掉的所有模型目前都还能在 api 调用。 |
As an optional option, it is not recommended to delete it from the list before the model is actually offline. All models deleted by this pr can still be called in the API. |
我的习惯是,被标记为弃用的功能应该被替换 况且 Gemini 也都有替代模型可用,所以我觉得删除问题不大 |
My habit is that features marked as deprecated should be replaced Besides, Gemini also has alternative models available, so I don't think it's a big problem to delete it. |
### [Version 1.60.7](lobehub/lobe-chat@v1.60.6...v1.60.7) <sup>Released on **2025-02-17**</sup> #### 💄 Styles - **misc**: Remove deprecated gemini models, update MiniMax models. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Styles * **misc**: Remove deprecated gemini models, closes [lobehub#6269](lobehub#6269) ([45977c3](lobehub@45977c3)) * **misc**: Update MiniMax models, closes [lobehub#6270](lobehub#6270) ([2d7803a](lobehub@2d7803a)) </details> <div align="right"> [](#readme-top) </div>
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
移除了已弃用的模型 https://ai.google.dev/gemini-api/docs/models/gemini#gemini-1.0-pro
移除了已被替换的模型 https://ai.google.dev/gemini-api/docs/models/experimental-models#previous-models
📝 补充信息 | Additional Information