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

Support for o3-mini and o1 models from openai #575

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

goedzo
Copy link

@goedzo goedzo commented Mar 13, 2025

Features

  • Support for o3 and o1 models from openai

Bugfix
Fixes: #555
API error: Error code: 400 - {'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'}}

Influence

Makes the calling of different API's more flexible

@the0807
Copy link

the0807 commented Mar 13, 2025

PR already exists
#510

@goedzo
Copy link
Author

goedzo commented Mar 13, 2025

PR already exists #510

Why not merge it then?

@the0807
Copy link

the0807 commented Mar 13, 2025

PR already exists #510

Why not merge it then?

I'm curious too.

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