File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The functionality shown here serves as an interface to the ChatGPT and DALL·E A
88
99Some of the current LLMs supported are:
1010- gpt-3.5-turbo, gpt-3.5-turbo-1106, gpt-3.5-turbo-0125
11- - gpt-4o, gpt-4o-2024-05-13 (GPT-4 Omini )
11+ - gpt-4o, gpt-4o-2024-05-13 (GPT-4 Omni )
1212- gpt-4-turbo, gpt-4-turbo-2024-04-09 (GPT-4 Turbo with Vision)
1313- gpt-4, gpt-4-0613
1414- dall-e-2, dall-e-3
Original file line number Diff line number Diff line change @@ -159,6 +159,11 @@ function createOpenAIChatWithOpenAIKey(testCase)
159159 ApiKey= getenv(" OPENAI_KEY" ));
160160
161161 testCase .verifyWarningFree(@()generate(chat , " Hello world." ));
162+
163+ chat = openAIChat(" You are a useful assistant" , ...
164+ ApiKey= getenv(" OPENAI_KEY" ), ModelName= " gpt-4o" );
165+
166+ testCase .verifyWarningFree(@()generate(chat , " Hello world." ));
162167 end
163168
164169 end
You can’t perform that action at this time.
0 commit comments