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
8
8
9
9
Some of the current LLMs supported are:
10
10
- 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 )
12
12
- gpt-4-turbo, gpt-4-turbo-2024-04-09 (GPT-4 Turbo with Vision)
13
13
- gpt-4, gpt-4-0613
14
14
- dall-e-2, dall-e-3
Original file line number Diff line number Diff line change @@ -159,6 +159,11 @@ function createOpenAIChatWithOpenAIKey(testCase)
159
159
ApiKey= getenv(" OPENAI_KEY" ));
160
160
161
161
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." ));
162
167
end
163
168
164
169
end
You can’t perform that action at this time.
0 commit comments