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
When we switch model from a non reasoning (gpt-4o-mini) to a reasoning model (o1), it throw an exception Unsupported parameter: 'temperature', even so temperature is not part of the array we give to client->assistants()->modify . Without deleting the assistant, is there a workaround?
Steps To Reproduce
Switch the model for an existing assistant between non reasoning (gpt-4o-mini) to a reasoning model (o1)
OpenAI PHP Client Version
v0.10.3
PHP Version
8.1.31
Notes
No response
The text was updated successfully, but these errors were encountered:
I couldn't replicate this. I started with an assistant and changed it back n forth. I quickly learned I had to send the valid reasoning_effort of null or non-null depending if a reasoning model. However, it worked once I did that as I went back n forth.
Uh oh!
There was an error while loading. Please reload this page.
Description
When we switch model from a non reasoning (gpt-4o-mini) to a reasoning model (o1), it throw an exception Unsupported parameter: 'temperature', even so temperature is not part of the array we give to client->assistants()->modify . Without deleting the assistant, is there a workaround?
Steps To Reproduce
Switch the model for an existing assistant between non reasoning (gpt-4o-mini) to a reasoning model (o1)
OpenAI PHP Client Version
v0.10.3
PHP Version
8.1.31
Notes
No response
The text was updated successfully, but these errors were encountered: