-
Notifications
You must be signed in to change notification settings - Fork 60.4k
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] Support for o3-mini #6120
Comments
Thanks for the feedback! We'll add it tonight. |
能否增加支持 o3-mini 可以选择 reasoning_effort="medium" 或者 low/high |
When I tried to use o3-mini, it returned this error. Please help, thank you :(
|
o3-mini 不支持 temperature 参数,还需要在 app/client/platforms/openai.ts 文件中判断是否为 o3-mini 系列模型并移除 temperature 参数 The o3-mini does not support the temperature parameter. It is also necessary to modify the app/client/platforms/openai.ts file to check whether the model belongs to the o3-mini series and remove the temperature parameter accordingly. |
一样的问题。建议 @Leizhenpeng 再确认一下。 |
Add support for the o3-mini model from OpenAI
The text was updated successfully, but these errors were encountered: