fix:Azure o1 stream true bug @cuba3 --> Perform 'stream false' proces… #6125
+38
−17
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…sing on models containing the o1 name in Azure Openai
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
fix:Azure o1 stream true bug @cuba3 --> Perform 'stream false' processing on models containing the o1 name in Azure Openai
before:
{
"error": {
"message": "Unsupported value: 'stream' does not support true with this model. Only the default (false) value is supported.",
"type": "invalid_request_error",
"param": "stream",
"code": "unsupported_value"
},
"endpoint": "https://******.openai.azure.com/",
"provider": "azure"
}
📝 补充信息 | Additional Information
now:
![image](https://private-user-images.githubusercontent.com/8357876/413093697-a19ad368-dec3-40dd-a3c4-a542efa47bec.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NzQ0NjEsIm5iZiI6MTczOTU3NDE2MSwicGF0aCI6Ii84MzU3ODc2LzQxMzA5MzY5Ny1hMTlhZDM2OC1kZWMzLTQwZGQtYTNjNC1hNTQyZWZhNDdiZWMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTRUMjMwMjQxWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MjYxY2NlYzkwNzQ5OTc5MWFhMTIxZDk3M2I2NWM4ODJiMmE4YWJjOWYwNTY5N2EyZThhMzQ5YjI5MDFiYjIwNiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.39YGQsnhSpNkVbLqFcF1CI_1SL_2Dyx8-ZeSGI79BJM)