Using models o1 and o3-mini got the exception: "Unsupported parameter: 'temperature' is not supported with this model." #430
-
Hi, But when i try to relate filed to the assistant of these models i got the exception:
I am getting first the assistant and then try to modify it using the modify assistant method. I have tried a lot but i am not able to get rid of this exception. When i retrieve the assistant i still see the temperature value is 1. When use the modify endpoint i have tried to set it to null in the request but this does not work either. Also having the same issue when trying to create a thread on the assistant of these models. Please help me how to deal with this, or it seems to be a bug? Kind regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
Hi Joris, can you also provide a snippet of the c# request you used to make the request? I'll look into this and make sure the property isn't used for requests of these models, with unit tests. Thanks for reporting. |
Beta Was this translation helpful? Give feedback.
Ok, I found the source of the problem. Will def be fixed in next patch release in a few hours.