Welcome to the Power Users community on Codidact!
Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.
Post History
I use GPT o1 in Azure playground. Typically it works fine: But I got a the following error on a long prompt about code editing: unsupported_value: Unsupported value: 'stream' does not support...
#2: Post edited
- I use GPT o1 in Azure playground. Typically it works fine:
- 
- But I got a the following error on a long prompt about code editing:
- > unsupported_value: Unsupported value: 'stream' does not support true with this model. Supported values are: false. | Apim-request-id: [redacted]
- 
Why, and how can I fix it? I don't see where I can change the stream value to false.
- I use GPT o1 in Azure playground. Typically it works fine:
- 
- But I got a the following error on a long prompt about code editing:
- > unsupported_value: Unsupported value: 'stream' does not support true with this model. Supported values are: false. | Apim-request-id: [redacted]
- 
- Why, and how can I fix it? I don't see where I can change the stream value to false.
- ----
- Crossposts:
- - https://genai.stackexchange.com/q/2319/109
#1: Initial revision
Error "unsupported_value: Unsupported value: 'stream' does not support true with this model. " when using GPT o1 in Azure playground: why and fix how?
I use GPT o1 in Azure playground. Typically it works fine:  But I got a the following error on a long prompt about code editing: > unsupported_value: Unsupported value: 'stream' does not support true with this model. Supported values are: false. | Apim-request-id: [redacted]  Why, and how can I fix it? I don't see where I can change the stream value to false.