From 566657c003b9e70c233a14208ac64a571054b7bb Mon Sep 17 00:00:00 2001 From: DirkSchlossmacher <62424946+DirkSchlossmacher@users.noreply.github.com> Date: Fri, 23 Feb 2024 07:19:32 +0100 Subject: [PATCH] SUMMARIZE_MODEL = "gpt-3.5-turbo"; --- app/constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/constant.ts b/app/constant.ts index 956160bcd..51c475499 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-1106"; +export const SUMMARIZE_MODEL = "gpt-3.5-turbo"; export const KnowledgeCutOffDate: Record = { default: "2021-09",