-
-
Notifications
You must be signed in to change notification settings - Fork 11.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
✨ feat: Support Doubao Models #5481
base: main
Are you sure you want to change the base?
Conversation
@sxjeru is attempting to deploy a commit to the LobeHub 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 |
|
||
// ref https://www.volcengine.com/docs/82379/1330310 | ||
const Doubao: ModelProviderCard = { | ||
chatModels: [ |
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.
chatModels 设为空数组
只有传递的参数调整了,其他都没调整,可以看下 Azure 的实现,应该基本可以复用的 |
Only the passed parameters have been adjusted, and nothing else has been adjusted. You can take a look at Azure's implementation. It should be basically reusable. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5481 +/- ##
==========================================
+ Coverage 92.16% 92.18% +0.01%
==========================================
Files 640 643 +3
Lines 56859 57040 +181
Branches 2686 2687 +1
==========================================
+ Hits 52403 52581 +178
- Misses 4456 4459 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
继承自 #3055
貌似 Azure 的实现方式有一定改变,原本已经实现的功能目前均未实现。
📝 补充信息 | Additional Information