Skip to content

Commit 92ebb46

Browse files
committed
Addressed the pull request comment
1 parent bcb03b7 commit 92ebb46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/topenAIChat.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,9 @@ function createOpenAIChatWithOpenAIKey(testCase)
159159
ApiKey=getenv("OPENAI_KEY"));
160160

161161
testCase.verifyWarningFree(@()generate(chat, "Hello world."));
162+
end
162163

164+
function createOpenAIChatWithOpenAIKeyLatestModel(testCase)
163165
chat = openAIChat("You are a useful assistant", ...
164166
ApiKey=getenv("OPENAI_KEY"), ModelName="gpt-4o");
165167

0 commit comments

Comments
 (0)