From dc0f4a63278b8f12cb513a080f8fe7449d21ab3b Mon Sep 17 00:00:00 2001 From: DirkSchlossmacher <62424946+DirkSchlossmacher@users.noreply.github.com> Date: Fri, 10 Nov 2023 14:04:12 +0100 Subject: [PATCH] model clean-up --- app/constant.ts | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/app/constant.ts b/app/constant.ts index 84b3d4f2b..ac0ebf4c7 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -95,18 +95,6 @@ export const KnowledgeCutOffDate: Record = { }; export const DEFAULT_MODELS = [ - { - name: "gpt-4-1106-preview", - available: true, - }, - { - name: "gpt-4-vision-preview", - available: true, - }, - { - name: "gpt-3.5-turbo-1106", - available: true, - }, { name: "gpt-4", available: true, @@ -143,14 +131,6 @@ export const DEFAULT_MODELS = [ name: "gpt-3.5-turbo", available: true, }, - { - name: "gpt-3.5-turbo-1106", - available: true, - }, - { - name: "gpt-3.5-turbo-0301", - available: true, - }, { name: "gpt-3.5-turbo-0613", available: true,