Skip to content

Commit

Permalink
Limit Free plans to 50 messages
Browse files Browse the repository at this point in the history
  • Loading branch information
PopDaph committed Nov 6, 2023
1 parent f9d7951 commit d1ade55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion front/components/PlansTables.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function FreePriceTable({ size }: { size: "sm" | "xs" }) {
<PriceTable.Item label="Privacy and Data Security" />
<PriceTable.Item label="Advanced LLM models (GPT-4, Claude…)" />
<PriceTable.Item label="Unlimited custom assistants" />
<PriceTable.Item label="100 assistant messages" variant="dash" />
<PriceTable.Item label="50 assistant messages" variant="dash" />
<PriceTable.Item label="50 documents as data sources" variant="dash" />
<PriceTable.Item label="No connections" variant="xmark" />
</PriceTable>
Expand Down
2 changes: 1 addition & 1 deletion front/lib/plans/free_plans.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const FREE_TEST_PLAN_DATA: PlanAttributes = {
name: "Free",
stripeProductId: null,
billingType: "free",
maxMessages: 100,
maxMessages: 50,
maxUsersInWorkspace: 1,
isSlackbotAllowed: false,
isManagedSlackAllowed: false,
Expand Down
2 changes: 1 addition & 1 deletion front/prompt/global_agent_helper_prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ To configure the @dust assistant, got to `Admin` > `Assistants` and click on the
- creation of custom workflows
- create and use the assistants on a data source with up to 32 documents of 750KB each.
- access to GPT4
- 100 messages limit
- 50 messages limit

### **Dust Paid plans**

Expand Down

0 comments on commit d1ade55

Please sign in to comment.