Skip to content

Commit 22d4af4

Browse files
committed
build
1 parent 17d5a71 commit 22d4af4

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

out/cli.cjs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18729,9 +18729,10 @@ var configValidators = {
1872918729
"gpt-3.5-turbo",
1873018730
"gpt-4",
1873118731
"gpt-3.5-turbo-16k",
18732-
"gpt-3.5-turbo-0613"
18732+
"gpt-3.5-turbo-0613",
18733+
"gpt-4-1106-preview"
1873318734
].includes(value),
18734-
`${value} is not supported yet, use 'gpt-4', 'gpt-3.5-turbo-16k' (default), 'gpt-3.5-turbo-0613' or 'gpt-3.5-turbo'`
18735+
`${value} is not supported yet, use 'gpt-4', 'gpt-3.5-turbo-16k' (default), 'gpt-3.5-turbo-0613', 'gpt-3.5-turbo' or 'gpt-4-1106-preview'`
1873518736
);
1873618737
return value;
1873718738
},

out/github-action.cjs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24224,9 +24224,10 @@ var configValidators = {
2422424224
"gpt-3.5-turbo",
2422524225
"gpt-4",
2422624226
"gpt-3.5-turbo-16k",
24227-
"gpt-3.5-turbo-0613"
24227+
"gpt-3.5-turbo-0613",
24228+
"gpt-4-1106-preview"
2422824229
].includes(value),
24229-
`${value} is not supported yet, use 'gpt-4', 'gpt-3.5-turbo-16k' (default), 'gpt-3.5-turbo-0613' or 'gpt-3.5-turbo'`
24230+
`${value} is not supported yet, use 'gpt-4', 'gpt-3.5-turbo-16k' (default), 'gpt-3.5-turbo-0613', 'gpt-3.5-turbo' or 'gpt-4-1106-preview'`
2423024231
);
2423124232
return value;
2423224233
},

0 commit comments

Comments
 (0)