Skip to content

Commit bd6aa28

Browse files
committed
New model and example
1 parent dff582b commit bd6aa28

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
5.39 KB
Binary file not shown.

openAIChat.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
nvp.Functions (1,:) {mustBeA(nvp.Functions, "openAIFunction")} = openAIFunction.empty
9999
nvp.ModelName (1,1) {mustBeMember(nvp.ModelName,["gpt-4", "gpt-4-0613", "gpt-4-32k", ...
100100
"gpt-3.5-turbo", "gpt-3.5-turbo-0613", "gpt-3.5-turbo-16k",...
101-
"gpt-3.5-turbo-16k-0613"])} = "gpt-3.5-turbo"
101+
"gpt-3.5-turbo-16k-0613", "gpt-4-1106-preview"])} = "gpt-3.5-turbo"
102102
nvp.Temperature {mustBeValidTemperature} = 1
103103
nvp.TopProbabilityMass {mustBeValidTopP} = 1
104104
nvp.StopSequences {mustBeValidStop} = {}

0 commit comments

Comments
 (0)