[Bug] 通义千问视觉模型无法使用 Missing Content-Length of multimodal url #8037
Replies: 6 comments 1 reply
-
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. |
Beta Was this translation helpful? Give feedback.
-
📦 Deployment environmentDocker 📌 Software versionv1.36.31 💻 System environmentWindows 🌐 BrowserEdge 🐛 Problem descriptionWhen using Tongyi Qianwen visual model, an error will be prompted when uploading files: { 📷 Steps to reproduceNo response 🚦 Expected resultsFix the usage problem of visual model and add Content-Length field? 📝 Supplementary informationNo response |
Beta Was this translation helpful? Give feedback.
-
@Liangpi000 你好!我是Dosu,一个可以帮助解决 bug、回答问题和成为贡献者的机器人。我会在等待人类维护者的过程中帮助你解决问题。 The error you're encountering indicates that the To address this issue, you should ensure that the If you're modifying the code directly, look for the part of the code where the HTTP request is constructed for file uploads and ensure that the Unfortunately, I couldn't find specific details in the lobe-chat codebase about where the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
阿里云的OSS的url图片要怎么弄,怎么上传 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
📦 部署环境
Docker
📌 软件版本
v1.36.31
💻 系统环境
Windows
🌐 浏览器
Edge
🐛 问题描述
使用通义千问视觉模型时,上传文件会提示错误:
{
"error": {
"code": "invalid_parameter_error",
"type": "invalid_request_error",
"param": null,
"message": "<400> InternalError.Algo.InvalidParameter: Missing Content-Length of multimodal url"
},
"endpoint": "https://dashscope.aliyuncs.com/compatible-mode/v1",
"provider": "qwen"
}
📷 复现步骤
No response
🚦 期望结果
修复视觉模型的使用问题,增加Content-Length字段?
📝 补充信息
No response
Beta Was this translation helpful? Give feedback.
All reactions