feat: parse response message

This commit is contained in:
butterfly
2024-04-07 15:20:27 +08:00
parent 3cb4315193
commit 768decde93
3 changed files with 85 additions and 52 deletions

View File

@@ -287,7 +287,7 @@ export const useChatStore = createPersistStore(
session.lastUpdate = Date.now();
});
get().updateStat(message);
// get().summarizeSession();
get().summarizeSession();
},
async onUserInput(content: string, attachImages?: string[]) {