From 7f49f96c3f3859d295b369627c0a8d34ef35fedf Mon Sep 17 00:00:00 2001 From: NFish Date: Thu, 23 Jan 2025 17:02:49 +0800 Subject: [PATCH] fix: update team members value --- web/app/components/billing/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/billing/config.ts b/web/app/components/billing/config.ts index 435ae1589f..8ee6b18242 100644 --- a/web/app/components/billing/config.ts +++ b/web/app/components/billing/config.ts @@ -48,7 +48,7 @@ export const ALL_PLANS: Record = { price: 159, modelProviders: supportModelProviders, teamWorkspace: 1, - teamMembers: 5, + teamMembers: 50, buildApps: 200, documents: 1000, vectorSpace: '20GB',