Skip to content

Commit

Permalink
Adding support to gpt-4-turno
Browse files Browse the repository at this point in the history
  • Loading branch information
debymf committed Apr 14, 2024
1 parent 4624dc3 commit aeeadb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openAIChat.m
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@
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"
"gpt-4-vision-preview", "gpt-4-turbo-preview",...
"gpt-4-turbo"])} = "gpt-3.5-turbo"
nvp.Temperature {mustBeValidTemperature} = 1
nvp.TopProbabilityMass {mustBeValidTopP} = 1
nvp.StopSequences {mustBeValidStop} = {}
Expand Down

0 comments on commit aeeadb8

Please sign in to comment.