From 22d4af48c705389965470bbabbd0ca2bd4261d2c Mon Sep 17 00:00:00 2001 From: di-sukharev Date: Wed, 28 Feb 2024 19:19:04 +0800 Subject: [PATCH] build --- out/cli.cjs | 5 +++-- out/github-action.cjs | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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; },