Skip to content

Commit 6c92010

Browse files
committed
Removing legacy models
1 parent aeeadb8 commit 6c92010

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

openAIChat.m

+3-3
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@
115115
systemPrompt {llms.utils.mustBeTextOrEmpty} = []
116116
nvp.Tools (1,:) {mustBeA(nvp.Tools, "openAIFunction")} = openAIFunction.empty
117117
nvp.ModelName (1,1) {mustBeMember(nvp.ModelName,["gpt-4", "gpt-4-0613", "gpt-4-32k", ...
118-
"gpt-3.5-turbo", "gpt-3.5-turbo-16k",...
119-
"gpt-4-1106-preview","gpt-3.5-turbo-1106", ...
120-
"gpt-4-vision-preview", "gpt-4-turbo-preview",...
118+
"gpt-3.5-turbo", "gpt-4-1106-preview", ...
119+
"gpt-3.5-turbo-1106", "gpt-4-vision-preview", ...
120+
"gpt-4-turbo-preview",...
121121
"gpt-4-turbo"])} = "gpt-3.5-turbo"
122122
nvp.Temperature {mustBeValidTemperature} = 1
123123
nvp.TopProbabilityMass {mustBeValidTopP} = 1

0 commit comments

Comments
 (0)