File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
% Copyright 2024 The MathWorks, Inc.
5
5
versions = [...
6
+ " 2024-08-01-preview" , ...
7
+ " 2024-07-01-preview" , ...
6
8
" 2024-05-01-preview" , ...
7
9
" 2024-04-01-preview" , ...
8
10
" 2024-03-01-preview" , ...
11
+ " 2024-06-01" , ...
9
12
" 2024-02-01" , ...
10
13
" 2023-05-15" , ...
11
14
];
Original file line number Diff line number Diff line change 59
59
% Tools - A list of tools the model can call.
60
60
%
61
61
% API Version - The API version to use for this model.
62
- % "2024-02-01" (default) | "2023-05-15" | "2024-05-01-preview" | ...
63
- % "2024-04-01-preview" | "2024-03-01-preview"
62
+ % "2024-06-01" (default) | "2024-02-01" | "2024-08-01-preview" | "2024-05-01-preview" | ...
64
63
%
65
64
%
66
65
%
107
106
nvp.Deployment (1 ,1 ) string {mustBeNonzeroLengthTextScalar }
108
107
nvp.APIKey {mustBeNonzeroLengthTextScalar }
109
108
nvp.Tools (1 ,: ) {mustBeA(nvp .Tools , " openAIFunction" )} = openAIFunction.empty
110
- nvp.APIVersion (1 ,1 ) string {mustBeAPIVersion } = " 2024-02 -01"
109
+ nvp.APIVersion (1 ,1 ) string {mustBeAPIVersion } = " 2024-06 -01"
111
110
nvp.Temperature {llms .utils .mustBeValidTemperature } = 1
112
111
nvp.TopP {llms .utils .mustBeValidProbability } = 1
113
112
nvp.StopSequences {llms .utils .mustBeValidStop } = {}
You can’t perform that action at this time.
0 commit comments