-
-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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: Partial repair Doubao provider #6046
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 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6046 +/- ##
==========================================
- Coverage 92.44% 92.44% -0.01%
==========================================
Files 661 661
Lines 59979 59970 -9
Branches 3021 3020 -1
==========================================
- Hits 55448 55439 -9
Misses 4531 4531
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
由于 #5612 存在某些痛点,无法马上合并,可以先合并本 pr,解决部分问题。
目前存在环境变量添加模型和设置页添加模型的冲突问题,请只用一种方式添加,或者保证没有模型重复。
考虑该问题,先注释掉了所有预设的模型。
📝 补充信息 | Additional Information
目前豆包/火山方舟的正确使用方法可能是:
DOUBAO_MODEL_LIST=DeepSeek-R1>ep-20250211160940-rgsn6=DeepSeek-R1
DOUBAO_API_KEY=xxx-xxx
(由于 [Bug] 通过 xxx_MODEL_LIST 添加的模型无法在模型列表中显示 #6022 )
或者完全不使用 DOUBAO_MODEL_LIST,而是只在设置页添加模型,应该也没问题,可以聊天,但连通性检查一定不会通过!