From f1fdeb422b84a47fee0b65905f74a5ded2ba6763 Mon Sep 17 00:00:00 2001 From: DirkSchlossmacher <62424946+DirkSchlossmacher@users.noreply.github.com> Date: Tue, 7 Nov 2023 07:30:58 +0100 Subject: [PATCH] gpt-3.5-turbo-1106 --- app/constant.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/constant.ts b/app/constant.ts index 40f8d38d8..7305f5e81 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -115,6 +115,10 @@ 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,