mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 10:20:15 +01:00
feat: export conversation: csv, json, txt, markdown
This commit is contained in:
parent
3b94a98719
commit
6f0b559927
7 changed files with 472 additions and 2 deletions
|
|
@ -97,6 +97,7 @@ export default function Messages({ isSearchView = false }) {
|
|||
<>
|
||||
<MultiMessage
|
||||
key={conversationId} // avoid internal state mixture
|
||||
messageId={conversationId}
|
||||
conversation={conversation}
|
||||
messagesTree={_messagesTree}
|
||||
scrollToBottom={scrollToBottom}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue