-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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] Add support for OpenAI o3-mini "reasoning_effort" low - medium - high #1810
Comments
+1 |
Can set the temperature to 1, and o3-mini will work. Reasoning effort is indeed a nice feature to add. |
a PR is open to include this feature, let's wait for merge of #1818 |
As I understand these changes have not been implemented yet? |
No, they are not yet ready(Probably still need to resolve the merges). I have also desperately googled for every front-end that provides any support for o3-mini, turns out that Chatbox already offers the best gui and the latest model selection. I believe developers now focus more on deepseek and other features rather than o3-mini(since only FEW of us were lucky enough to get access as a Tier 3-5 api user by now). I also hope that the implementation comes sooner. Reasoning effort is indeed a nice feature to add. |
P.S. If you are just as eager to use Chatbox with the o3-mini-high as I am, you can download the latest community version(source zip),clone the repo cd into it then Thanks to IGLOU-EU's solution, which works quite fine with my environment ubuntu 22.04 |
*just noticed it also isn't compatible with the 'temperature' parameter:
API Error: Status Code 400, { "error": { "message": "Unsupported parameter: 'temperature' is not supported with this model.", "type": "invalid_request_error", "param": "temperature", "code": "unsupported_parameter" } }
The text was updated successfully, but these errors were encountered: