-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
通义千问空请求. #1449
Comments
curl --location 'https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions' --header 'Authorization: Bearer sk-xxxxxxxx' --header 'Content-Type: application/json' --data '{"model":"qwen-long","n":1,"stream":true,"temperature":0.2,"messages":[{"role":"user","content":"测试"}],"frequency_penalty":0.0,"max_tokens":2048,"presence_penalty":0.0,"top_p":1.0}' 经过测试,应该通义千问还是兼容有点问题, |
我也遇到这个问题 |
可以试试 higress : alibaba/higress#1023 |
阿里云代理的零一万物、百川2等大模型上都存在类似的空请求bug, dashscope提供的openai兼容API似乎也存在 |
可以试一下 higress 实现的 openai 协议兼容,纯流式的,function call 也流式,不是直接用的 dashscope 的兼容 API,应该没有类似问题 |
在平常使用的Windows工作机上用docker compose部署失败, 仍然fetch failed, 偶尔遇到higress相关issue里的其他问题 |
@KagaJiankui 有具体问题可以在这里发一下:alibaba/higress#1023 |
例行检查
问题描述
使用最新release 0.65 docker 部署,已经使用快一个月了,其中添加了多个第三方api,添加了deepseek官方api,一直正常,大部分都是通过模型重定向来使用的.
今日添加了通义千问,模型重定向 "gpt-3.5-turbo-0125": "qwen-long"
使用nextchat发起对话,不知道什么情况下,会触发空请求,对话返回如下,
one-api中日志显示如下
同时,在终端中测试直接访问通义千问官方api,如下正常
next-chat中测试不知道什么情况下触发
但是我同时还在使用一个安卓第三方app https://github.com/Skythinker616/gpt-assistant-android 使用其他模型都正常,但是这个重定向的模型,必现,抓包看也没什么异常.但是响应确实是空的
复现步骤
https://github.com/Skythinker616/gpt-assistant-android 使用这个第三方app必现,next-chat有几率出现.
预期结果
相关截图
如果没有的话,请删除此节。
The text was updated successfully, but these errors were encountered: