mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
fix: remove 'class=' error
This commit is contained in:
parent
c5561434c8
commit
394cdcd9f4
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ const _ = require('lodash');
|
|||
const citationRegex = /\[\^\d+?\^]/g;
|
||||
const backtick = /(?<!`)[`](?!`)/g;
|
||||
// const singleBacktick = /(?<!`)[`](?!`)/;
|
||||
const cursorDefault = '<span class="result-streaming">█</span>';
|
||||
const cursorDefault = '<span className="result-streaming">█</span>';
|
||||
const { getCitations, citeText } = require('../../app/');
|
||||
|
||||
const handleError = (res, message) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue