mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-16 05:15:57 +08:00
refac: deprecate [
]
prompt variables
This commit is contained in:
parent
893bfe9d3a
commit
3d26bca7c5
@ -53,10 +53,7 @@
|
|||||||
|
|
||||||
// Function to find the next template in the document
|
// Function to find the next template in the document
|
||||||
function findNextTemplate(doc, from = 0) {
|
function findNextTemplate(doc, from = 0) {
|
||||||
const patterns = [
|
const patterns = [{ start: '{{', end: '}}' }];
|
||||||
{ start: '[', end: ']' },
|
|
||||||
{ start: '{{', end: '}}' }
|
|
||||||
];
|
|
||||||
|
|
||||||
let result = null;
|
let result = null;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user