Skip to content
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

Open
sildotso opened this issue Jan 31, 2025 · 6 comments

Comments

@sildotso
Copy link

sildotso commented Jan 31, 2025

*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" } }

@ynpl
Copy link

ynpl commented Feb 1, 2025

+1

@liyimengwork
Copy link

Can set the temperature to 1, and o3-mini will work. Reasoning effort is indeed a nice feature to add.

@josueggh
Copy link
Contributor

josueggh commented Feb 3, 2025

a PR is open to include this feature, let's wait for merge of #1818

@LeoAlt8
Copy link

LeoAlt8 commented Feb 15, 2025

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?

@HUQiancheng
Copy link

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.

@HUQiancheng
Copy link

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?

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 nvm use 20, then npm install, manually add the component src/renderer/components/ReasoningEffortSelect.tsx and modify all configurations as IGLOU-EU did in his PR#1818. Test if it works fine using npm run dev, then maybe it works for you too, and good luck!

Thanks to IGLOU-EU's solution, which works quite fine with my environment ubuntu 22.04

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants