-
Notifications
You must be signed in to change notification settings - Fork 61k
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
[Feature Request] 请求适配阿里云deepseek模型think内容 #6183
Comments
Title: [Feature Request] Request to adapt to think content of Alibaba Cloud deepseek model |
ByteDance模式的r1模型目前也不显示think内容,但如果将其api endpoint填入DEEPSEEK_URL则可正常显示think,希望也能一并适配;并且ByteDance的模型名称是部署名称,可能需要单独处理一下超时的问题(之前的一个patch通过模型名后缀判断是否使用更长的超时时间) |
The r1 model of ByteDance mode does not currently display think content, but if you fill in its API endpoint into DEEPSEEK_URL, you can display think normally, and hope it can also be adapted together; and the model name of ByteDance is the deployment name, and the timeout may need to be handled separately. The problem (a previous patch used the model name suffix to determine whether to use a longer timeout time) |
我也是遇到这个问题 ,请问这个具体是修改那个文件的代码呢? 谢谢 |
I also encountered this problem. Is this specific code to modify the file? Thanks |
c2edfec#diff-9061a6ddb3bf8c4c501a29c7d29290ef866f61b8fdbabae5ec1662a8a26e49c2 |
c2edfec#diff-9061a6ddb3bf8c4c501a29c7d29290e f866f61b8fdbabae5ec1662a8a26e49c2 |
How was it configured? Boss, I also use Alibaba Cloud's deepseek-r1 api, but I have not successfully configured it in Next chat |
https://bailian.console.aliyun.com/#/model-market/detail/deepseek-r1?tabKey=sdk |
https://bailian.console.aliyun.com/#/model-market/detail/deepseek-r1?tabKey=sdk |
搞定,且有think过程,main分支已经支持了的 |
It's done, and there is a think process, the main branch has already supported it |
#6204 适配 阿里 和 字节 的r1 |
#6204 adapts to Ali and bytes r1 |
怎么搞定的啊 |
How did it work |
我用的vercel搭建的,用的是阿里云百炼的api,配置如下: |
I built the vercel with Alibaba Cloud Bailian API, and the configuration is as follows: |
Which main branch to use |
🥰 Feature Description
目前阿里云也提供了deepseek-r1和deepseek-v3模型,其返回结果中的思考内容也包含在中。通过custom_model新增
deepseek-r1@Alibaba
和deepseek-v3@Alibaba
时可以使用,但是不显示think的内容。🧐 Proposed Solution
请求在页面增加思考内容的显示
📝 Additional Information
No response
The text was updated successfully, but these errors were encountered: