From 1a485c3f29b534b5daf3fcdb776a56feea4c683c Mon Sep 17 00:00:00 2001 From: Ashesh3 <3626859+Ashesh3@users.noreply.github.com> Date: Sat, 9 Dec 2023 20:04:52 +0530 Subject: [PATCH] Add GPT-4-TURBO model --- src/types/project.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/project.ts b/src/types/project.ts index 8f228b56..3d4fa608 100644 --- a/src/types/project.ts +++ b/src/types/project.ts @@ -33,6 +33,7 @@ export const MODELS = [ { id: 3, label: 'GPT-4' }, { id: 4, label: 'GPT-4-32k' }, { id: 5, label: 'GPT-4-VISUAL' }, + { id: 6, label: 'GPT-4-TURBO' }, ] export const ASSISTANT_MODELS = [ { id: "gpt-3.5-turbo-1106", label: 'gpt-3.5-turbo-1106' },