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 9cf4e4c commit a62530bCopy full SHA for a62530b
tests/topenAIChat.m
@@ -116,7 +116,7 @@ function noStopSequencesNoMaxNumTokens(testCase)
116
end
117
118
function createOpenAIChatWithOpenAIKey(testCase)
119
- chat = openAIChat(ApiKey=getenv(OPENAI_KEY));
+ chat = openAIChat(ApiKey=getenv("OPENAI_KEY"));
120
testCase.verifyWarningFree(@()generate(chat,"Hello world."));
121
122
0 commit comments