Skip to content

Commit

Permalink
Merge branch 'new_model_and_example' into 'main'
Browse files Browse the repository at this point in the history
New model and example

See merge request dferreir/llms-with-matlab!9
  • Loading branch information
debymf committed Nov 14, 2023
2 parents dff582b + bd6aa28 commit 65e99ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added examples/ExampleRetrievalAugmentedGeneration.mlx
Binary file not shown.
2 changes: 1 addition & 1 deletion openAIChat.m
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
nvp.Functions (1,:) {mustBeA(nvp.Functions, "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-0613", "gpt-3.5-turbo-16k",...
"gpt-3.5-turbo-16k-0613"])} = "gpt-3.5-turbo"
"gpt-3.5-turbo-16k-0613", "gpt-4-1106-preview"])} = "gpt-3.5-turbo"
nvp.Temperature {mustBeValidTemperature} = 1
nvp.TopProbabilityMass {mustBeValidTopP} = 1
nvp.StopSequences {mustBeValidStop} = {}
Expand Down

0 comments on commit 65e99ce

Please sign in to comment.