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 bcb03b7 commit 92ebb46Copy full SHA for 92ebb46
tests/topenAIChat.m
@@ -159,7 +159,9 @@ function createOpenAIChatWithOpenAIKey(testCase)
159
ApiKey=getenv("OPENAI_KEY"));
160
161
testCase.verifyWarningFree(@()generate(chat, "Hello world."));
162
+ end
163
164
+ function createOpenAIChatWithOpenAIKeyLatestModel(testCase)
165
chat = openAIChat("You are a useful assistant", ...
166
ApiKey=getenv("OPENAI_KEY"), ModelName="gpt-4o");
167
0 commit comments