-
-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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] #4315
Comments
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. |
@hbsky2015 你好! 我是Dosu,一个可以帮助你解决bug,回答问题,并成为贡献者的机器人。在等待人类维护者的过程中,我会尽力帮助你。祝你有愉快的一天!🤖 A similar issue has been reported where the |
修复好了吗 |
Has it been repaired? |
重复 #4248 |
This issue is closed, If you have any questions, you can comment and reply. |
Duplicate #4248 |
📦 部署环境
Docker
📌 软件版本
v1.21.9
💻 系统环境
macOS
🌐 浏览器
Chrome
🐛 问题描述
Azure O1模型参数错误.max_tokens 参数已经改成了max_completion_tokens参数,请修复
{
"error": {
"message": "Unsupported parameter: 'max_tokens' is not supported with this model. Use 'max_completion_tokens' instead.",
"type": "invalid_request_error",
"param": "max_tokens",
"code": "unsupported_parameter"
},
"endpoint": "https://jc-gpt-swedencentral-inside-1.openai.azure.com",
"provider": "azure"
}
📷 复现步骤
🚦 期望结果
O1模型的 max_tokens改成了max_completion_tokens参数
📝 补充信息
No response
The text was updated successfully, but these errors were encountered: