Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pricing page fixes for regressions #6760

Merged
merged 5 commits into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
More fixes
  • Loading branch information
iskyOS committed Feb 19, 2024
commit 395bdf934e43bf10a50b175ffd93f4aed8682900
52 changes: 24 additions & 28 deletions src/components/Pricing/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ export const FREE_FEATURES_OVERVIEW: FeatureCluster[] = [
features: ['freeCodeContext'],
topicClass: 'mb-6',
},
{
topic: 'LLM Support',
features: ['freeLLMsupport'],
},
{
topic: 'Compatibility',
features: ['supportedCodeEditors', 'supportedPL', 'supportCode'],
Expand Down Expand Up @@ -134,6 +138,10 @@ export const PRO_FEATURES_OVERVIEW: FeatureCluster[] = [
features: ['proCodeContext'],
topicClass: 'mb-6',
},
{
topic: 'LLM Support',
features: ['proLLMchat', 'proLLMcommands'],
},
{
topic: 'Compatibility',
features: ['supportedCodeEditors', 'supportedPL', 'supportCode'],
Expand Down Expand Up @@ -163,12 +171,12 @@ export const ENTERPRISE_CODY_FEATURES_OVERVIEW: FeatureCluster[] = [
topicClass: 'mb-6',
},
{
topic: 'Enterprise Features',
features: ['byoLLMKey', 'st', 'ss', 'guardrails'],
topic: 'LLM Support',
features: ['entLLMchoices', 'BringYourLLMKey', 'BringYourLLM'],
},
{
topic: 'Compatibility',
features: ['supportedCodeEditors', 'supportedPL', 'supportCode'],
topic: 'Enterprise features',
features: ['everythingInPro', 'flexDeployment', 'entAdmin', 'guardrails'],
},
{
topic: 'Support',
Expand Down Expand Up @@ -288,12 +296,11 @@ const FEATURE_INFO: Record<string, FeatureInfo> = {
<span className="font-bold">500 </span> Autocompletions per month
</p>
),
description: 'Autocompletions per month',
},
freeMessageAndcommands: {
label: (
<p className="m-0 text-[16px] font-normal -tracking-[0.25px]">
<span className="font-bold">20 </span> Messages and Commands per month
<span className="font-bold">20 </span> Messages and commands per month
</p>
),
},
Expand Down Expand Up @@ -342,7 +349,7 @@ const FEATURE_INFO: Record<string, FeatureInfo> = {
label: 'Support with limited SLAs',
},
enterpriseSupport: {
label: 'Enterprise Support',
label: 'Enterprise support',
},
freeLimitation: {
label: '1 user',
Expand All @@ -351,7 +358,7 @@ const FEATURE_INFO: Record<string, FeatureInfo> = {
label: '>10 users',
},
greaterThan50: {
label: '>50 users',
label: '50+ users',
},
proAutoCompletions: {
label: (
Expand All @@ -363,15 +370,15 @@ const FEATURE_INFO: Record<string, FeatureInfo> = {
proMessageAndcommands: {
label: (
<p className="m-0 text-[16px] leading-5 -tracking-[0.25px]">
<span className="font-semibold">Unlimited</span> Messages and Commands
<span className="font-semibold">Unlimited</span> Messages and commands
</p>
),
},
codeIntAutoCompletions: {
label: 'Unlimited Autocompletions',
label: 'Unlimited autocompletions',
},
codeIntMessageAndcommands: {
label: 'Unlimited Messages and Commands',
label: 'Unlimited messages and commands',
},
proCodeContext: {
label: (
Expand All @@ -386,44 +393,33 @@ const FEATURE_INFO: Record<string, FeatureInfo> = {
everythingInPro: {
label: 'Everything in Pro plus...',
},
entSupport: {
label: 'Enterprise support',
},
flexDeployment: {
label: 'Flexible deployment options',
},
entAdmin: {
label: 'Enterprise admin and security features (SSO, SAML, SCIM, Audit Logs, etc.)',
},
byoLLMKey: {
label: 'Bring your own LLM key',
},
st: {
label: 'Single Tenant',
},
ss: {
label: 'SAML / SSO',
label: 'Enterprise admin and security features (SSO, SAML, SCIM, audit logs, etc.)',
},
guardrails: {
label: 'Guardrails',
description: "We scan Cody's output for OSS code, reducing the risk of copyrighted code in suggestions",
},
freeLLMsupport: {
label: 'Default LLMs for Chat, Commands, and Autocomplete',
label: 'Default LLMs for chat, commands, and autocomplete',
},
proLLMchat: {
label: 'Multiple LLM choices for chat',
description: 'Claude Instant 1.2, Claude 2, ChatGPT 3.5 Turbo, ChatGPT 4 Turbo Preview, Mixtral',
},
proLLMcommands: {
label: 'Default LLMs for Commands and Autocomplete',
label: 'Default LLMs for commands and autocomplete',
},
entLLMchoices: {
label: 'Flexible LLM choices',
description: 'Claude Instant 1.2, Claude 2, ChatGPT 3.5 Turbo, ChatGPT 4 Turbo Preview, Mixtral',
description: 'Claude Instant 1.2, Claude 2, ChatGPT 3.5 Turbo, ChatGPT 4 Turbo Preview',
},
BringYourLLMKey: {
label: 'Bring your own LLM key',
description: 'Claude Instant 1.2, Claude 2, ChatGPT 3.5 Turbo, ChatGPT 4 Turbo Preview, Mixtral',
description: 'Bring your own key with Azure OpenAI and Amazon Bedrock',
},
BringYourLLM: {
label: 'Bring your own LLM',
Expand Down
8 changes: 4 additions & 4 deletions src/components/Pricing/faqData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ export const faqData: FAQData = {
<>
<p>
Cody offers several ways of retrieving codebase context to personalize its responses. One way is
through embeddings, which are generated for user repositories.
through embeddings, which are generated for local user repositories. Cody Free users can create
embeddings for up to 200MB of code, and Cody Pro users can create embeddings for up to 1GB of code.
</p>
<p>
Cody Free users can create embeddings for up to 200MB of code, and Cody Pro users can create
embeddings for up to 1GB of code. Cody Enterprise users can create embeddings for
enterprise-scale codebases.
Cody Enterprise uses Sourcegraph search to retrieve context instead of embeddings. This method
allows Cody Enterprise to retrieve context from a team's remote, enterprise-scale codebase.
</p>
</>
),
Expand Down
4 changes: 2 additions & 2 deletions src/pages/pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ const PricingPage: FunctionComponent = () => {
/>
<PricingPlan
name={<p className="mb-[13px]">Pro</p>}
description="Best for pro devs and small teams"
description="Best for professional developers and small teams"
price={
<PriceItem
amountClassName="line-through text-gray-400"
Expand All @@ -352,7 +352,7 @@ const PricingPage: FunctionComponent = () => {
<p className="mb-0 text-2xl font-semibold">Enterprise</p>
</div>
}
description="Best for teams and orgs"
description="Best for large teams and enterprises"
price={<PriceItem amount={19} hasLimit={true} />}
buttons={
<ContactUsButton
Expand Down