Skip to content

Commit 2996c6d

Browse files
committed
merge issues.
2 parents 65e99ce + 99a49a8 commit 2996c6d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/setup_matlab.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ jobs:
1414
with:
1515
test-results-junit: test-results/results.xml
1616
code-coverage-cobertura: code-coverage/coverage.xml
17+
source-folder: .

openAIChat.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
nvp.ModelName (1,1) {mustBeMember(nvp.ModelName,["gpt-4", "gpt-4-0613", "gpt-4-32k", ...
100100
"gpt-3.5-turbo", "gpt-3.5-turbo-0613", "gpt-3.5-turbo-16k",...
101101
"gpt-3.5-turbo-16k-0613", "gpt-4-1106-preview"])} = "gpt-3.5-turbo"
102+
102103
nvp.Temperature {mustBeValidTemperature} = 1
103104
nvp.TopProbabilityMass {mustBeValidTopP} = 1
104105
nvp.StopSequences {mustBeValidStop} = {}

0 commit comments

Comments
 (0)