-
-
Notifications
You must be signed in to change notification settings - Fork 12.1k
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
[Bug] 阿里百炼云(qwen)的deepseek v3不支持函数调用,需要取消 #6685
Comments
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. |
To address the issue where the DeepSeek V3 model in 阿里百炼云(qwen) does not support function calls, you need to modify the backend configuration. Specifically, you should set the {
abilities: {
// FC not supported yet, ref: https://www.volcengine.com/docs/82379/1262342#8c325d45
functionCall: false,
},
contextWindowTokens: 65_536,
description:
'DeepSeek-V3 是一款拥有 6710 亿参数的混合专家(MoE)语言模型,采用多头潜在注意力(MLA)和 DeepSeekMoE 架构,结合无辅助损失的负载平衡策略,优化推理和训练效率。通过在 14.8 万亿高质量tokens上预训练,并进行监督微调和强化学习,DeepSeek-V3 在性能上超越其他开源模型,接近领先闭源模型。',
displayName: 'DeepSeek V3',
enabled: true,
id: 'deepseek-ai/DeepSeek-V3',
pricing: {
currency: 'CNY',
input: 2,
output: 8,
},
type: 'chat',
} This configuration ensures that the DeepSeek V3 model is correctly labeled as not supporting function calls [1]. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
📦 部署环境
Docker
📦 部署模式
服务端模式(lobe-chat-database 镜像)
📌 软件版本
v1.68.0
💻 系统环境
Windows, Ubuntu
🌐 浏览器
Chrome
🐛 问题描述
阿里百炼云(qwen)的deepseek v3不支持函数调用,需要取消

📷 复现步骤
No response
🚦 期望结果
后端配置qwen后,正常展示deepseek v3不具有函数调用能力的标签
📝 补充信息
No response
The text was updated successfully, but these errors were encountered: