-
-
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
♻️ refactor(plugin): update plugin prompt #5083
Conversation
@BrandonStudio is attempting to deploy a commit to the LobeHub 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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5083 +/- ##
==========================================
- Coverage 92.32% 92.32% -0.01%
==========================================
Files 568 568
Lines 43204 43201 -3
Branches 3978 3822 -156
==========================================
- Hits 39887 39884 -3
Misses 3317 3317
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@arvinxx Could you do some tests on other models like GPT, Claude, Gemini, etc.? |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@BrandonStudio 能merge 下 main 吗? deploy 挂掉的情况下没法测试 |
@BrandonStudio Can you merge to master? Unable to test when deploy hangs |
acfaecb
to
90a5c19
Compare
❤️ Great PR @BrandonStudio ❤️ 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.45.14](v1.45.13...v1.45.14) <sup>Released on **2025-01-14**</sup> #### ♻ Code Refactoring - **plugin**: Update plugin prompt. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Code refactoring * **plugin**: Update plugin prompt, closes [#5083](#5083) ([ddd3b53](ddd3b53)) </details> <div align="right"> [](#readme-top) </div>
🎉 This PR is included in version 1.45.14 🎉 The release is available on: Your semantic-release bot 📦🚀 |
### [Version 1.87.7](v1.87.6...v1.87.7) <sup>Released on **2025-01-14**</sup> #### ♻ Code Refactoring - **plugin**: Update plugin prompt. - **misc**: Improve ai provider code. #### 🐛 Bug Fixes - **misc**: Fix `enable_search` parameter intro condition in Qwen, fix pull models error in new ai provider, fix some providers issues, support Gemini 2.0 HarmBlockThreshold. #### 💄 Styles - **misc**: Improve model config form modal. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Code refactoring * **plugin**: Update plugin prompt, closes [lobehub#5083](https://github.com/bentwnghk/lobe-chat/issues/5083) ([ddd3b53](ddd3b53)) * **misc**: Improve ai provider code, closes [lobehub#5442](https://github.com/bentwnghk/lobe-chat/issues/5442) ([32013b4](32013b4)) #### What's fixed * **misc**: Fix `enable_search` parameter intro condition in Qwen, closes [lobehub#5297](https://github.com/bentwnghk/lobe-chat/issues/5297) ([0b19c20](0b19c20)) * **misc**: Fix pull models error in new ai provider, closes [lobehub#5441](https://github.com/bentwnghk/lobe-chat/issues/5441) ([1726d85](1726d85)) * **misc**: Fix some providers issues, closes [lobehub#5429](https://github.com/bentwnghk/lobe-chat/issues/5429) ([b7edbd3](b7edbd3)) * **misc**: Support Gemini 2.0 HarmBlockThreshold, closes [lobehub#5422](https://github.com/bentwnghk/lobe-chat/issues/5422) ([4d1a4cd](4d1a4cd)) #### Styles * **misc**: Improve model config form modal, closes [lobehub#5438](https://github.com/bentwnghk/lobe-chat/issues/5438) ([9b303e0](9b303e0)) </details> <div align="right"> [](#readme-top) </div>
### [Version 1.45.14](lobehub/lobe-chat@v1.45.13...v1.45.14) <sup>Released on **2025-01-14**</sup> #### ♻ Code Refactoring - **plugin**: Update plugin prompt. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Code refactoring * **plugin**: Update plugin prompt, closes [lobehub#5083](lobehub#5083) ([ddd3b53](lobehub@ddd3b53)) </details> <div align="right"> [](#readme-top) </div>
### [Version 1.45.14](lobehub/lobe-chat@v1.45.13...v1.45.14) <sup>Released on **2025-01-14**</sup> #### ♻ Code Refactoring - **plugin**: Update plugin prompt. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Code refactoring * **plugin**: Update plugin prompt, closes [lobehub#5083](lobehub#5083) ([ddd3b53](lobehub@ddd3b53)) </details> <div align="right"> [](#readme-top) </div>
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
Update system prompt template for plugins.
📝 补充信息 | Additional Information
Linked to #4860.