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 888c4fa commit 4944ceeCopy full SHA for 4944cee
website/src/components/chat.tsx
@@ -233,7 +233,7 @@ export default function Chat({ ref }: { ref?: React.RefObject<HTMLDivElement> })
233
isGenerating: false,
234
}
235
236
- console.log('Using new initial chat state', state)
+ // console.log('Using new initial chat state', state)
237
return state
238
}, [loaderData.chatId,])
239
0 commit comments