fetch chats with userid
This commit is contained in:
parent
66b48146a3
commit
3558dc2ed2
2 changed files with 11 additions and 11 deletions
|
@ -525,7 +525,7 @@ const ChatWindow = ({id}: { id?: string }) => {
|
|||
focusMode: focusMode,
|
||||
copilotEnabled: copilotEnabled,
|
||||
optimizationMode: optimizationMode,
|
||||
history: [...chatHistory, ['human', message]],
|
||||
history: [],
|
||||
}),
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue