-
-
Notifications
You must be signed in to change notification settings - Fork 11.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
🐛 fix: fix not enable models correctly #6071
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 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6071 +/- ##
==========================================
+ Coverage 92.40% 92.42% +0.02%
==========================================
Files 660 660
Lines 59837 59845 +8
Branches 4182 3010 -1172
==========================================
+ Hits 55291 55314 +23
+ Misses 4546 4531 -15
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
❤️ 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.53.6](v1.53.5...v1.53.6) <sup>Released on **2025-02-13**</sup> #### 🐛 Bug Fixes - **misc**: Fix not enable models correctly. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Fix not enable models correctly, closes [#6071](#6071) ([b78328e](b78328e)) </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.53.6 🎉 The release is available on: Your semantic-release bot 📦🚀 |
### [Version 1.95.2](v1.95.1...v1.95.2) <sup>Released on **2025-02-13**</sup> #### 🐛 Bug Fixes - **misc**: Fix ai model abilities issue, fix latex in thinking tag render, fix not enable models correctly, fix tencent cloud api issue. #### 💄 Styles - **misc**: Update model list. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Fix ai model abilities issue, closes [lobehub#6060](https://github.com/bentwnghk/lobe-chat/issues/6060) ([718f477](718f477)) * **misc**: Fix latex in thinking tag render, closes [lobehub#6063](https://github.com/bentwnghk/lobe-chat/issues/6063) ([7e89b2d](7e89b2d)) * **misc**: Fix not enable models correctly, closes [lobehub#6071](https://github.com/bentwnghk/lobe-chat/issues/6071) ([b78328e](b78328e)) * **misc**: Fix tencent cloud api issue, closes [lobehub#6058](https://github.com/bentwnghk/lobe-chat/issues/6058) ([025d0bc](025d0bc)) #### Styles * **misc**: Update model list, closes [lobehub#6056](https://github.com/bentwnghk/lobe-chat/issues/6056) ([be0d7f6](be0d7f6)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
* fix enabled issue * fix tests
### [Version 1.53.6](lobehub/lobe-chat@v1.53.5...v1.53.6) <sup>Released on **2025-02-13**</sup> #### 🐛 Bug Fixes - **misc**: Fix not enable models correctly. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Fix not enable models correctly, closes [lobehub#6071](lobehub#6071) ([b78328e](lobehub@b78328e)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
📝 补充信息 | Additional Information
单测也补充完毕了,aiModels/aiProviders 这块基础代码应该已经稳定