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
Error: bad request
{
"error": {
"message": "Unsupported value: 'stream' does not support true with this model. Supported values are: false.",
"type": "invalid_request_error",
"param": "stream",
"code": "unsupported_value"
}
}
It looks like o1 doesn't support streaming, but gh models run tries to request streaming for it.
The text was updated successfully, but these errors were encountered:
I tried this:
And got this:
It looks like
o1
doesn't support streaming, butgh models run
tries to request streaming for it.The text was updated successfully, but these errors were encountered: