fetch chats with userid

This commit is contained in:
litongjava 2025-02-03 00:17:55 -10:00
parent 66b48146a3
commit 3558dc2ed2
2 changed files with 11 additions and 11 deletions

View file

@ -525,7 +525,7 @@ const ChatWindow = ({id}: { id?: string }) => {
focusMode: focusMode,
copilotEnabled: copilotEnabled,
optimizationMode: optimizationMode,
history: [...chatHistory, ['human', message]],
history: [],
}),
);