Hey, it was all fine and now it does not let me save changes to assistants in the playground. any input on how to fix this? i am getting the error:" Unsupported parameter: ‘reasoning_effort’ is not supported with this model… what in the world is this?
1 Like
+1 Facing the same issue right now
web app is sending reasoning_effort: null
to v1/assistants, which responds 400
{
"error": {
"message": "Unsupported parameter: 'reasoning_effort' is not supported with this model.",
"type": "invalid_request_error",
"param": null,
"code": "unsupported_parameter"
}
}
1 Like
I was getting the same error too few days back. It’s now throwing ‘Failed to fetch’ error. I tried reloading the Assistants page, logged out and logged back in, tried updating just the instructions / temperature. It fails every time!
1 Like
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.