Skip to content

Commit

Permalink
removed extra text from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
toshiakit committed Apr 14, 2024
1 parent b0ad463 commit a6ba4e4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions openAIChat.m
Original file line number Diff line number Diff line change
Expand Up @@ -114,17 +114,10 @@
arguments
systemPrompt {llms.utils.mustBeTextOrEmpty} = []
nvp.Tools (1,:) {mustBeA(nvp.Tools, "openAIFunction")} = openAIFunction.empty
<<<<<<< HEAD
nvp.ModelName (1,1) {mustBeMember(nvp.ModelName,["gpt-4", "gpt-4-0613", "gpt-4-32k", ...
"gpt-3.5-turbo", "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-0613", ...
"gpt-3.5-turbo","gpt-3.5-turbo-0125", ...
"gpt-3.5-turbo-1106"])} = "gpt-3.5-turbo"
>>>>>>> dev-update-040924models
nvp.Temperature {mustBeValidTemperature} = 1
nvp.TopProbabilityMass {mustBeValidTopP} = 1
nvp.StopSequences {mustBeValidStop} = {}
Expand Down

0 comments on commit a6ba4e4

Please sign in to comment.