mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-08 09:02:36 +01:00
feat: allow config of DALL-E-3 System Prompt via env 🎨 (#1150)
This commit is contained in:
parent
4f3b66756a
commit
43d7a751d6
4 changed files with 214 additions and 7 deletions
|
|
@ -58,7 +58,7 @@ Guidelines:
|
|||
replaceUnwantedChars(inputString) {
|
||||
return inputString
|
||||
.replace(/\r\n|\r|\n/g, ' ')
|
||||
.replace('"', '')
|
||||
.replace(/"/g, '')
|
||||
.trim();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue