diff --git a/out/cli.cjs b/out/cli.cjs index f3ac478..04dd936 100755 --- a/out/cli.cjs +++ b/out/cli.cjs @@ -18729,9 +18729,10 @@ var configValidators = { "gpt-3.5-turbo", "gpt-4", "gpt-3.5-turbo-16k", - "gpt-3.5-turbo-0613" + "gpt-3.5-turbo-0613", + "gpt-4-1106-preview" ].includes(value), - `${value} is not supported yet, use 'gpt-4', 'gpt-3.5-turbo-16k' (default), 'gpt-3.5-turbo-0613' or 'gpt-3.5-turbo'` + `${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'` ); return value; }, diff --git a/out/github-action.cjs b/out/github-action.cjs index 5e660d2..0fd028c 100644 --- a/out/github-action.cjs +++ b/out/github-action.cjs @@ -24224,9 +24224,10 @@ var configValidators = { "gpt-3.5-turbo", "gpt-4", "gpt-3.5-turbo-16k", - "gpt-3.5-turbo-0613" + "gpt-3.5-turbo-0613", + "gpt-4-1106-preview" ].includes(value), - `${value} is not supported yet, use 'gpt-4', 'gpt-3.5-turbo-16k' (default), 'gpt-3.5-turbo-0613' or 'gpt-3.5-turbo'` + `${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'` ); return value; },