Skip to content

Commit

Permalink
Updated supported models
Browse files Browse the repository at this point in the history
  • Loading branch information
toshiakit committed Apr 13, 2024
1 parent c7b2129 commit eeaf9c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openAIChat.m
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@
arguments
systemPrompt {llms.utils.mustBeTextOrEmpty} = []
nvp.Tools (1,:) {mustBeA(nvp.Tools, "openAIFunction")} = openAIFunction.empty
nvp.ModelName (1,1) {mustBeMember(nvp.ModelName,["gpt-4", "gpt-4-0613", "gpt-4-32k", ...
"gpt-3.5-turbo", "gpt-3.5-turbo-16k",...
"gpt-4-1106-preview","gpt-3.5-turbo-1106", ...
"gpt-4-vision-preview", "gpt-4-turbo-preview"])} = "gpt-3.5-turbo"
nvp.ModelName (1,1) {mustBeMember(nvp.ModelName,["gpt-4-turbo", ...
"gpt-4-turbo-2024-04-09","gpt-4","gpt-4-32k", ...
"gpt-3.5-turbo","gpt-3.5-turbo-0125", ...
"gpt-3.5-turbo-1106"])} = "gpt-3.5-turbo"
nvp.Temperature {mustBeValidTemperature} = 1
nvp.TopProbabilityMass {mustBeValidTopP} = 1
nvp.StopSequences {mustBeValidStop} = {}
Expand Down

0 comments on commit eeaf9c2

Please sign in to comment.