Skip to content

Commit

Permalink
fixing merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
debymf committed Nov 14, 2023
1 parent 02ed712 commit a0f599b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions openAIChat.m
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@
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 a0f599b

Please sign in to comment.