improve chatglm support (#696, #464)

This commit is contained in:
josc146
2024-08-04 23:03:20 +08:00
parent 12ef5e8650
commit 9c371f7993
5 changed files with 18 additions and 116 deletions
-8
View File
@@ -250,14 +250,6 @@ async function runWebpack(isWithoutKatex, isWithoutTiktoken, minimal, callback)
search: 'await generateAnswersWithChatGLMApi',
replace: '//',
},
{
search: 'chatglmTurbo',
replace: '//',
},
{
search: "'chatglmTurbo",
replace: '//',
},
],
},
}