From b466fabc0a3df2b6c4328683e11dfce4cfc5dd96 Mon Sep 17 00:00:00 2001 From: Hk-Gosuto Date: Thu, 21 Dec 2023 19:08:06 +0800 Subject: [PATCH] chore: remove gemini model --- app/constant.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/constant.ts b/app/constant.ts index 05d9333c0..a0456b94d 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -152,10 +152,6 @@ export const DEFAULT_MODELS = [ name: "gpt-3.5-turbo-16k-0613", available: true, }, - { - name: "gemini-pro", - available: true, - }, ] as const; export const CHAT_PAGE_SIZE = 15;