We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f0642 commit 46a5370Copy full SHA for 46a5370
src/renderer/src/components/views/ai-calendar/AICalendar.vue
@@ -193,6 +193,7 @@ const generateReport = async () => {
193
194
// 大模型通用选项
195
const chat2bigModelOption: CommonChatOption = {
196
+ abortCtr: abortCtr,
197
sessionId: data.currentSessionId,
198
model: settingStore.aiCalendar.bigModel.model,
199
instruction,
0 commit comments