Skip to content

Commit

Permalink
docs: fix pricing page post v3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcklingen committed Dec 9, 2024
1 parent 96cb4cd commit e2aa1cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/home/Pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const tiers = {
"All Open Source features",
"LLM Playground",
"Human annotation queues",
"LLM as a judge evaluators (soon)",
"LLM as a judge evaluators",
"Chat & Email support",
],
cta: "Subscribe",
Expand Down Expand Up @@ -299,8 +299,8 @@ const sections = [
cloud: { Hobby: true, Pro: true, Team: true },
selfHosted: {
"Open Source": false,
Pro: "yes (v3)",
Enterprise: "yes (v3)",
Pro: "yes",
Enterprise: "yes",
},
},
},
Expand All @@ -315,8 +315,8 @@ const sections = [
},
selfHosted: {
"Open Source": false,
Pro: "yes (v3)",
Enterprise: "yes (v3)",
Pro: "yes",
Enterprise: "yes",
},
},
},
Expand Down

0 comments on commit e2aa1cf

Please sign in to comment.