-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
华为云DeepSeek-R1-Distill-Qwen-32B支持问题 #2080
Comments
把Base URL修改为https://infer-modelarts.cn-east-4.myhuaweicloud.com/v1/infers/%E6%9F%90%E5%AD%97%E7%AC%A6%E4%B8%B2/ |
大佬这样配置后 可以使用了吗?我这边还是不行呢 |
我在这里配置one-api测试正常,在处理fastgpt |
打扰下 能看下咋填的吗 我这里一直不通过0.0;忙的话就等后边更新了 |
仅去掉了v1/chat/completions |
检查一下Base URL的地址对了吗 华为云的每一个模型为了分流地址都不一样 你是不是用了别的模型的地址 |
感谢 可以了 忘了回复。华为确实每个模型一个地址 |
例行检查
问题描述
使用one-apiv0.6.7配置华为云的DeepSeek-R1-Distill-Qwen-32B,已配置华为云提供的Base URL,名称和模型配置为DeepSeek-R1-Distill-Qwen-32B,密钥使用curl进行了测试,能正常使用,使用one-api配置后测试,返回错误:status code 404: bad response status code 404
curl测试方法如下
curl -X POST "https://infer-modelarts.cn-east-4.myhuaweicloud.com/v1/infers/某字符串/v1/chat/completions" -H "Content-Type: application/json" -H "Authorization: Bearer 密钥" -d '{"model": "DeepSeek-R1-Distill-Qwen-32B", "max_tokens": 20, "messages": [{"role": "system", "content": "You are a helpful assistant."}, {"role": "user", "content": "hello"}], "stream": false, "temperature": 1.0 }' --insecure
复现步骤
点击渠道测试
预期结果
正常访问
The text was updated successfully, but these errors were encountered: