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 230ff4e commit fcd56f6Copy full SHA for fcd56f6
tests/tazureChat.m
@@ -141,10 +141,7 @@ function maxNumTokensWithReasoningModel(testCase)
141
% them after the model deployed is not a guarantee), that is a
142
% somewhat painful distinction.
143
testCase.verifyWarningFree(@() generate( ...
144
- azureChat(DeploymentID="gpt-35-turbo-16k-0613"), ...
145
- "What is object oriented design?", MaxNumTokens=23));
146
- testCase.verifyWarningFree(@() generate( ...
147
- azureChat(DeploymentID="o1-mini"), ...
+ azureChat(DeploymentID="o4-mini"), ...
148
"What is object oriented design?", MaxNumTokens=23));
149
end
150
0 commit comments