Skip to content

Commit 03cb841

Browse files
committed
Updated the supported models
1 parent 89e20a2 commit 03cb841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openAIChat.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
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-turbo", ...
118-
"gpt-4-turbo-2024-04-09","gpt-4","gpt-4-32k", ...
118+
"gpt-4-turbo-2024-04-09","gpt-4","gpt-4-0613", ...
119119
"gpt-3.5-turbo","gpt-3.5-turbo-0125", ...
120120
"gpt-3.5-turbo-1106"])} = "gpt-3.5-turbo"
121121
nvp.Temperature {mustBeValidTemperature} = 1

0 commit comments

Comments
 (0)