Skip to content

Commit a62530b

Browse files
committed
Update topenAIChat.m
1 parent 9cf4e4c commit a62530b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/topenAIChat.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function noStopSequencesNoMaxNumTokens(testCase)
116116
end
117117

118118
function createOpenAIChatWithOpenAIKey(testCase)
119-
chat = openAIChat(ApiKey=getenv(OPENAI_KEY));
119+
chat = openAIChat(ApiKey=getenv("OPENAI_KEY"));
120120
testCase.verifyWarningFree(@()generate(chat,"Hello world."));
121121
end
122122

0 commit comments

Comments
 (0)