Skip to content

Commit 65e99ce

Browse files
committed
Merge branch 'new_model_and_example' into 'main'
New model and example See merge request dferreir/llms-with-matlab!9
2 parents dff582b + bd6aa28 commit 65e99ce

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)