Skip to content

Commit

Permalink
Updated the supported models
Browse files Browse the repository at this point in the history
  • Loading branch information
toshiakit committed Apr 13, 2024
1 parent 89e20a2 commit 03cb841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openAIChat.m
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
systemPrompt {llms.utils.mustBeTextOrEmpty} = []
nvp.Tools (1,:) {mustBeA(nvp.Tools, "openAIFunction")} = openAIFunction.empty
nvp.ModelName (1,1) {mustBeMember(nvp.ModelName,["gpt-4-turbo", ...
"gpt-4-turbo-2024-04-09","gpt-4","gpt-4-32k", ...
"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"
nvp.Temperature {mustBeValidTemperature} = 1
Expand Down

0 comments on commit 03cb841

Please sign in to comment.