From d5566f8c568933dbe9d2c4e133964a4490361a2a Mon Sep 17 00:00:00 2001 From: Hk-Gosuto Date: Tue, 7 Nov 2023 12:02:47 +0800 Subject: [PATCH] chore: merge --- app/constant.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/constant.ts b/app/constant.ts index 6ae546489..3bec33b62 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -80,10 +80,6 @@ Current time: {{time}} export const SUMMARIZE_MODEL = "gpt-3.5-turbo"; export const DEFAULT_MODELS = [ - { - name: "gpt-4-1106-preview", - available: true, - }, { name: "gpt-4", available: true,