mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
refac
This commit is contained in:
parent
9435d2044a
commit
5ba7bbdd98
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ const DELIMITER_LIST = [
|
|||
{ left: '\\(', right: '\\)', display: false },
|
||||
{ left: '( ', right: ' )', display: false },
|
||||
{ left: '\\[', right: '\\]', display: true },
|
||||
{ left: '[', right: ']', display: true }
|
||||
{ left: '[ ', right: ' ]', display: true }
|
||||
];
|
||||
|
||||
// const DELIMITER_LIST = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue