kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
old-agentic-v1^2
rodzic
6917523cba
commit
8c7b34f0dc
|
@ -11,7 +11,9 @@ export function getCompiledTemplate(template: string) {
|
|||
}
|
||||
|
||||
compiledTemplate = Handlebars.compile(template, {
|
||||
noEscape: true
|
||||
noEscape: true,
|
||||
knownHelpers: {},
|
||||
knownHelpersOnly: true
|
||||
})
|
||||
|
||||
lru.set(template, compiledTemplate)
|
||||
|
|
Ładowanie…
Reference in New Issue