Skip to content

Commit

Permalink
docs: refer to v3 for self-host availability (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcklingen authored Nov 29, 2024
1 parent 4bf9e99 commit 350e190
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions components/home/Pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,11 @@ const sections = [
name: "Prompt Experiments",
tiers: {
cloud: { Hobby: true, Pro: true, Team: true },
selfHosted: { "Open Source": false, Pro: "soon", Enterprise: "soon" },
selfHosted: {
"Open Source": false,
Pro: "soon (v3)",
Enterprise: "soon (v3)",
},
},
},
{
Expand All @@ -311,8 +315,8 @@ const sections = [
},
selfHosted: {
"Open Source": false,
Pro: "soon",
Enterprise: "soon",
Pro: "soon (v3)",
Enterprise: "soon (v3)",
},
},
},
Expand Down

0 comments on commit 350e190

Please sign in to comment.