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 running agents (simple agent with model gpt-4o-mini) using:
OpenAIChatCompletionsModel
AsyncOpenAI client
I'm facing next error:
openai.BadRequestError: Error code: 400 - {'error': {'message': "The 'stream_options' parameter is only allowed when 'stream' is enabled.", 'type': 'invalid_request_error', 'param': 'stream_options', 'code': None}}
Actually, not sure if this happens only in docker. I didn't test this outside.
However, this error isn't present in version 0.0.9
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
When running agents (simple agent with model gpt-4o-mini) using:
I'm facing next error:
openai.BadRequestError: Error code: 400 - {'error': {'message': "The 'stream_options' parameter is only allowed when 'stream' is enabled.", 'type': 'invalid_request_error', 'param': 'stream_options', 'code': None}}
Actually, not sure if this happens only in docker. I didn't test this outside.
However, this error isn't present in version 0.0.9
Debug information
Repro steps
Expected behavior
This flow should work without failures
The text was updated successfully, but these errors were encountered: