From d29b053ee58613383957ee506e6a37b53811453d Mon Sep 17 00:00:00 2001 From: DirkSchlossmacher <62424946+DirkSchlossmacher@users.noreply.github.com> Date: Fri, 18 Aug 2023 15:24:04 +0200 Subject: [PATCH] gpt-3.5-turbo-16k for chat summaries --- app/store/chat.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/store/chat.ts b/app/store/chat.ts index bcdd99569..05b3ff059 100644 --- a/app/store/chat.ts +++ b/app/store/chat.ts @@ -501,7 +501,7 @@ export const useChatStore = create()( api.llm.chat({ messages: topicMessages, config: { - model: "gpt-3.5-turbo", + model: "gpt-3.5-turbo-16k", }, onFinish(message) { get().updateCurrentSession(