Skip to content

Commit

Permalink
New model and example
Browse files Browse the repository at this point in the history
  • Loading branch information
debymf committed Nov 14, 2023
1 parent 2996c6d commit 02ed712
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openAIChat.m
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,10 @@
nvp.ModelName (1,1) {mustBeMember(nvp.ModelName,["gpt-4", "gpt-4-0613", "gpt-4-32k", ...
"gpt-3.5-turbo", "gpt-3.5-turbo-0613", "gpt-3.5-turbo-16k",...
"gpt-3.5-turbo-16k-0613", "gpt-4-1106-preview"])} = "gpt-3.5-turbo"
<<<<<<< HEAD

=======
>>>>>>> bd6aa28 (New model and example)
nvp.Temperature {mustBeValidTemperature} = 1
nvp.TopProbabilityMass {mustBeValidTopP} = 1
nvp.StopSequences {mustBeValidStop} = {}
Expand Down

0 comments on commit 02ed712

Please sign in to comment.