-
-
Notifications
You must be signed in to change notification settings - Fork 10k
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: add function call support for Stepfun #4101
Conversation
@hezhijie0327 is attempting to deploy a commit to the LobeHub Pro 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 #4101 +/- ##
=========================================
Coverage 92.45% 92.46%
=========================================
Files 482 482
Lines 34357 34379 +22
Branches 2277 3368 +1091
=========================================
+ Hits 31766 31788 +22
Misses 2591 2591
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
step 2呢,试过嘛? |
What about step 2, have you tried it? |
@LovelyGuYiMeng 好吧 又是一个官网文档两边不一致的问题,看了下 |
❤️ Great PR @hezhijie0327 ❤️ 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.19.28](v1.19.27...v1.19.28) <sup>Released on **2024-09-24**</sup> #### 💄 Styles - **misc**: Add function call support for Stepfun. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Styles * **misc**: Add function call support for Stepfun, closes [#4101](#4101) ([8d7d96e](8d7d96e)) </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.19.28 🎉 The release is available on: Your semantic-release bot 📦🚀 |
### [Version 1.62.13](v1.62.12...v1.62.13) <sup>Released on **2024-09-24**</sup> #### 💄 Styles - **misc**: Add function call support for Stepfun, add google gemini 1.5 002 series, disable taichu2.0 functioncall & default disable taichu2.0v model, update taichu provider info & add taichu vision model. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Styles * **misc**: Add function call support for Stepfun, closes [lobehub#4101](https://github.com/bentwnghk/lobe-chat/issues/4101) ([8d7d96e](8d7d96e)) * **misc**: Add google gemini 1.5 002 series, closes [lobehub#4118](https://github.com/bentwnghk/lobe-chat/issues/4118) ([10145fa](10145fa)) * **misc**: Disable taichu2.0 functioncall & default disable taichu2.0v model, closes [lobehub#4117](https://github.com/bentwnghk/lobe-chat/issues/4117) ([00da53b](00da53b)) * **misc**: Update taichu provider info & add taichu vision model, closes [lobehub#4114](https://github.com/bentwnghk/lobe-chat/issues/4114) ([e5331db](e5331db)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
Stepfun
流式输出时会在发送tools_call
时生成三段空content
作为执行工具调用前的特征,引起 UI 界面显示为空,暂时在使用工具调用时屏蔽Stream
https://platform.stepfun.com/docs/api-reference/tool-call
https://platform.stepfun.com/docs/guide/tool_call
📝 补充信息 | Additional Information
Before
After
其他模型调用