Simplify the share chat page. Don't need it to maintain its own conversation history

- When chatting on a shared page, fork and redirect to a new conversation page
This commit is contained in:
sabaimran
2024-11-07 17:14:11 -08:00
parent 4b8be55958
commit 33498d876b
2 changed files with 21 additions and 126 deletions

View File

@@ -95,7 +95,7 @@ function ChatBodyData(props: ChatBodyDataProps) {
});
}
props.setUploadedFiles(uploadedFiles);
}, [setQueryToProcess, props.setImages]);
}, [setQueryToProcess, props.setImages, conversationId]);
useEffect(() => {
if (message) {