From 46a5370d5df51488bdc0e7b0e76351a2869174b9 Mon Sep 17 00:00:00 2001 From: Junki Date: Tue, 7 May 2024 16:06:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=9F=E8=83=BD=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/src/components/views/ai-calendar/AICalendar.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/src/components/views/ai-calendar/AICalendar.vue b/src/renderer/src/components/views/ai-calendar/AICalendar.vue index 904a58f..77eb4b6 100644 --- a/src/renderer/src/components/views/ai-calendar/AICalendar.vue +++ b/src/renderer/src/components/views/ai-calendar/AICalendar.vue @@ -193,6 +193,7 @@ const generateReport = async () => { // 大模型通用选项 const chat2bigModelOption: CommonChatOption = { + abortCtr: abortCtr, sessionId: data.currentSessionId, model: settingStore.aiCalendar.bigModel.model, instruction,