You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#2072 was just about the CLI sending it when the user doesn't specify the temperature flag, in your snippet you're using the client API where if you specify temperature we're going to send it. If you're using a model that doesn't support temperature you shouldn't specify it.
5 days ago the error continued to persist, even if the variable is not specified it is passed underneath, the only way to find out is to print it when executing the model.
print("=== MODEL CONFIGURATION o3 ===")
print(CHAT_MODELS["openai"].dict()) # Check that 'temperature' is no longer present
print("===================================================")`
Confirm this is an issue with the Python library and not an underlying OpenAI API
Describe the bug
Temperature is not supported in the o3 model. Similar issue was reported earlier(#2072) and it was supposed to be fixed in the
1.61.1
release(#2078)To Reproduce
Using this code, the above error pops up.
Code snippets
OS
macOS
Python version
Python 3.13.1
Library version
openai 1.61.1
The text was updated successfully, but these errors were encountered: