Skip to content

Commit 3eca2ff

Browse files
committed
Will add the new models in a different branch
1 parent 2750399 commit 3eca2ff

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The functionality shown here serves as an interface to the ChatGPT and DALL·E A
66

77
Some of the current LLMs supported are:
88
- gpt-3.5-turbo, gpt-3.5-turbo-1106
9-
- gpt-4, gpt-4-turbo, gpt-4-1106-preview
9+
- gpt-4, gpt-4-1106-preview
1010
- gpt-4-vision-preview (a.k.a. GPT-4 Turbo with Vision)
1111
- dall-e-2, dall-e-3
1212

openAIChat.m

+1-2
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@
117117
nvp.ModelName (1,1) {mustBeMember(nvp.ModelName,["gpt-4", "gpt-4-0613", "gpt-4-32k", ...
118118
"gpt-3.5-turbo", "gpt-4-1106-preview", ...
119119
"gpt-3.5-turbo-1106", "gpt-4-vision-preview", ...
120-
"gpt-4-turbo-preview",...
121-
"gpt-4-turbo"])} = "gpt-3.5-turbo"
120+
"gpt-4-turbo-preview"])} = "gpt-3.5-turbo"
122121
nvp.Temperature {mustBeValidTemperature} = 1
123122
nvp.TopProbabilityMass {mustBeValidTopP} = 1
124123
nvp.StopSequences {mustBeValidStop} = {}

0 commit comments

Comments
 (0)