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 57cf331 commit f32f743Copy full SHA for f32f743
tests/topenAIChat.m
@@ -245,7 +245,7 @@ function gpt35TurboErrorsForImages(testCase)
245
end
246
247
function doReturnErrors(testCase)
248
- chat = openAIChat;
+ chat = openAIChat(ModelName="gpt-3.5-turbo");
249
% This input is considerably longer than accepted as input for
250
% GPT-3.5 (16385 tokens)
251
wayTooLong = string(repmat('a ',1,20000));
0 commit comments