mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
Use react markdown as default, cleanup dependencies
This commit is contained in:
parent
e8e512a451
commit
40e23b013a
18 changed files with 27 additions and 838 deletions
|
|
@ -1,4 +1,4 @@
|
|||
const citationRegex = /\[\^\d+?\^]/g;
|
||||
const citationRegex = /\[\^\d+?\^\]/g;
|
||||
|
||||
const citeText = (res, noLinks = false) => {
|
||||
let result = res.text || res;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue