-
-
Notifications
You must be signed in to change notification settings - Fork 11.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
🐛 fix: Update zhipu param process #4523
Conversation
@sxjeru is attempting to deploy a commit to the LobeChat Community Team on Vercel. A member of the Team first needs to authorize it. |
👍 @sxjeru 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 #4523 +/- ##
==========================================
- Coverage 92.30% 92.29% -0.02%
==========================================
Files 498 498
Lines 36238 36255 +17
Branches 3294 2338 -956
==========================================
+ Hits 33451 33463 +12
- Misses 2787 2792 +5
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.
LGTM
❤️ Great PR @sxjeru ❤️ 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.26.8](v1.26.7...v1.26.8) <sup>Released on **2024-10-29**</sup> #### 🐛 Bug Fixes - **misc**: Update zhipu param process. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Update zhipu param process, closes [#4523](#4523) ([3317fbd](3317fbd)) </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.26.8 🎉 The release is available on: Your semantic-release bot 📦🚀 |
### [Version 1.69.4](v1.69.3...v1.69.4) <sup>Released on **2024-10-29**</sup> #### 🐛 Bug Fixes - **misc**: Update zhipu param process. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Update zhipu param process, closes [lobehub#4523](https://github.com/bentwnghk/lobe-chat/issues/4523) ([3317fbd](3317fbd)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
更新自 #3347
其中的模型参数限制都在文档中注明了。
https://open.bigmodel.cn/dev/api/intelligent-agent-model/glm-4-alltools
https://open.bigmodel.cn/dev/api/normal-model/glm-4
📝 补充信息 | Additional Information
为什么现在使用一切正常?因为 do_sample 参数把本地设置的 temperature 和 top_p 全部忽略了,当然不会报错。
已一并去除。