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

o3-mini support Added #80

Merged
merged 4 commits into from
Feb 1, 2025
Merged

o3-mini support Added #80

merged 4 commits into from
Feb 1, 2025

Conversation

appatalks
Copy link
Owner

Solves #65

Note

o3-mini is rolling out in the Chat Completions API, Assistants API, and Batch API starting today to select developers in API usage tiers 3-5⁠(opens in a new window).

More:
https://openai.com/index/openai-o3-mini/
https://platform.openai.com/docs/models#o3-mini
https://platform.openai.com/docs/guides/reasoning


CoPilot Generated Notes

This pull request includes several changes to support the new o3-mini model in the core/js/gpt-core.js and core/js/options.js files, as well as an update to the model selection options in index.html.

Support for o3-mini model:

  • core/js/gpt-core.js: Added logic to include the reasoning_effort parameter when using the o3-mini model in the trboSend function. [1] [2]

Updates to model selection:

  • core/js/options.js: Updated various functions (updateButton, sendData, insertImage) to include the o3-mini model in the conditional checks for model selection. [1] [2] [3]
  • index.html: Added the o3-mini model to the dropdown list of model options.

@appatalks appatalks merged commit 7f348a4 into main Feb 1, 2025
4 checks passed
@appatalks appatalks deleted the appatalks-o3-model branch February 1, 2025 05:30
@appatalks appatalks mentioned this pull request Feb 1, 2025
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

Successfully merging this pull request may close these issues.

1 participant