From d9ac215ddc36fc82573adadea7ca4cb19f72bd0c Mon Sep 17 00:00:00 2001 From: DirkSchlossmacher <62424946+DirkSchlossmacher@users.noreply.github.com> Date: Fri, 17 Nov 2023 12:37:36 +0100 Subject: [PATCH] gpt-3.5-turbo-1106 --- app/constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/constant.ts b/app/constant.ts index 51120195f..618a0434f 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -88,7 +88,7 @@ Latex inline: $x^2$ Latex block: $$e=mc^2$$ `; -export const SUMMARIZE_MODEL = "gpt-3.5-turbo-16k"; +export const SUMMARIZE_MODEL = "gpt-3.5-turbo-1106"; export const KnowledgeCutOffDate: Record = { default: "2021-09",