Skip to content

Commit fcd56f6

Browse files
hjh320ccreutzi
authored andcommitted
Switch maxNumTokensWithReasoningModel to run on o4-mini and drop gpt-3.5
1 parent 230ff4e commit fcd56f6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/tazureChat.m

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,7 @@ function maxNumTokensWithReasoningModel(testCase)
141141
% them after the model deployed is not a guarantee), that is a
142142
% somewhat painful distinction.
143143
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"), ...
144+
azureChat(DeploymentID="o4-mini"), ...
148145
"What is object oriented design?", MaxNumTokens=23));
149146
end
150147

0 commit comments

Comments
 (0)