chore: 开启插件

This commit is contained in:
DDMeaqua 2024-10-31 11:37:19 +08:00
parent d3f0a77830
commit 7a8d557ea3
1 changed files with 2 additions and 1 deletions

View File

@ -278,7 +278,8 @@ export function showPlugins(provider: ServiceProvider, model: string) {
if (
provider == ServiceProvider.OpenAI ||
provider == ServiceProvider.Azure ||
provider == ServiceProvider.Moonshot
provider == ServiceProvider.Moonshot ||
provider == ServiceProvider.GLM
) {
return true;
}