Skip to content

Commit

Permalink
Removing legacy models
Browse files Browse the repository at this point in the history
  • Loading branch information
debymf committed Apr 14, 2024
1 parent aeeadb8 commit 6c92010
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openAIChat.m
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@
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", "gpt-4-1106-preview", ...
"gpt-3.5-turbo-1106", "gpt-4-vision-preview", ...
"gpt-4-turbo-preview",...
"gpt-4-turbo"])} = "gpt-3.5-turbo"
nvp.Temperature {mustBeValidTemperature} = 1
nvp.TopProbabilityMass {mustBeValidTopP} = 1
Expand Down

0 comments on commit 6c92010

Please sign in to comment.