mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 05:24:02 +00:00
refac
This commit is contained in:
parent
9435d2044a
commit
5ba7bbdd98
@ -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 New Issue
Block a user