mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-11 03:54:23 +01:00
chore: remove out of scope formatting changes
This commit is contained in:
parent
6605b6c800
commit
800391b264
40 changed files with 121 additions and 107 deletions
|
|
@ -29,7 +29,7 @@ function parseTranscript(transcriptResponse) {
|
|||
.map((entry) => entry.text.trim())
|
||||
.filter((text) => text)
|
||||
.join(' ')
|
||||
.replaceAll(''', "'");
|
||||
.replaceAll(''', '\'');
|
||||
}
|
||||
|
||||
function createYouTubeTools(fields = {}) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue