We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 191d112 commit d54de59Copy full SHA for d54de59
tests/tazureChat.m
@@ -137,10 +137,8 @@ function canUseAPIVersions(testCase, APIVersions)
137
end
138
139
function specialErrorForUnsupportedResponseFormat(testCase)
140
- % Our "gpt-4o" deployment has the model version 2024-05-13,
141
- % which does not support structured output
142
testCase.verifyError(@() generate(...
143
- azureChat(DeploymentID="gpt-4o"), ...
+ azureChat(DeploymentID="o1-mini"), ...
144
"What is the smallest prime?", ...
145
ResponseFormat=struct("number",1)), ...
146
"llms:noStructuredOutputForAzureDeployment");
0 commit comments