From a2027616b6d336796f6ccb9a91cef5d0897a611b Mon Sep 17 00:00:00 2001 From: ZhaoLiu Date: Mon, 8 May 2023 10:18:51 +0800 Subject: [PATCH] fix error --- app/masks/en.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/masks/en.ts b/app/masks/en.ts index 93e9bd6aa..b2f62050c 100644 --- a/app/masks/en.ts +++ b/app/masks/en.ts @@ -30,7 +30,7 @@ export const EN_MASKS: BuiltinMask[] = [ }, ], modelConfig: { - model: "gpt-4", + model: "gpt-3.5-turbo", temperature: 1, max_tokens: 2000, presence_penalty: 0,