We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f94f1d1 commit 3096fe4Copy full SHA for 3096fe4
apps/server/src/ai/ai.controller.ts
@@ -53,7 +53,6 @@ export class AiController {
53
if (jsonData.message && jsonData.message.content) {
54
if (chunkData) {
55
res.write(JSON.stringify({ type: 'stream', content: chunkData }) + '\n');
56
- resultData += chunkData;
57
}
58
chunkData = jsonData.message.content;
59
0 commit comments