mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
feat: cites text with links
This commit is contained in:
parent
a286f027c8
commit
d0ecaabfd8
5 changed files with 13 additions and 6 deletions
|
|
@ -14,7 +14,6 @@ export default function DeleteButton({ conversationId, renaming, cancelHandler }
|
|||
() => {
|
||||
dispatch(setMessages([]));
|
||||
dispatch(removeConvo(conversationId));
|
||||
// dispatch(setConversation({ title: 'New chat', conversationId: null, parentMessageId: null }));
|
||||
dispatch(setNewConvo());
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue