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 c7771ae commit 794fb53Copy full SHA for 794fb53
src/store/chat/slices/aiChat/actions/generateAIChat.ts
@@ -606,8 +606,6 @@ export const generateAIChat: StateCreator<
606
internal_toggleToolCallingStreaming(messageId, undefined);
607
}
608
609
- console.log('Generate Message Finish:', usage, speed);
610
-
611
// update the content after fetch result
612
await internal_updateMessageContent(messageId, content, {
613
toolCalls,
0 commit comments