Skip to content

Commit

Permalink
chore: 开启插件
Browse files Browse the repository at this point in the history
  • Loading branch information
DDMeaqua committed Oct 31, 2024
1 parent d3f0a77 commit 7a8d557
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 7a8d557

Please sign in to comment.