-
Notifications
You must be signed in to change notification settings - Fork 65
fix: OpenAI base_url default and reasoning effort model option.
#271
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
Merged
+159
−49
Merged
Changes from 2 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
6e98053
Adding a fix to pass `reasoning_effort` in conditionally
avinash2692 ab9e56b
adding tests
avinash2692 0862cf0
Fixes #274
nrfulton 29481f7
Adds GPT 5.1 model identifier.
nrfulton 1426ee9
Changes OpenAI Backend default model_id to GPT 5.1.
nrfulton c11fbef
Fixes bug: GenSlots did not work with OpenAI platform.
nrfulton 0bde6ec
Adds inline documentation for OpenAI model options monkey patching.
nrfulton 4d87c83
removes debug print stmt.
nrfulton f87f86b
adding a comment about reasoning_effort in openai sdk
avinash2692 e7e161b
Merge branch 'fix/270-openai-reasoning-effort' of https://github.com/…
avinash2692 b6d16a6
Merge branch 'main' into fix/270-openai-reasoning-effort
avinash2692 a94205d
removing all instances of hf_model_id in openai backend
avinash2692 1e7c1b4
removing apply_chat_template and adding assertions for env variable
avinash2692 a695cb4
adding some tests for param checking
avinash2692 41a0c62
changing env variable handling logic.
avinash2692 c905843
base_url check is now a warning
avinash2692 0a7747a
fix: change warning message in openai.py
jakelorocco d0ecfc7
marking test as qualitative cause it's causing timeouts in github act…
avinash2692 17c2862
Merge branch 'fix/270-openai-reasoning-effort' of https://github.com/…
avinash2692 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also add a comment noting that OpenAI doesn't like it when non-reasoning models get reasoning parameters.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done!