Skip to content

Commit

Permalink
Update competitor page (#6806)
Browse files Browse the repository at this point in the history
* Update chat status to true
* Remove chat mentions
* Update features
  • Loading branch information
jdorfman committed Mar 13, 2024
1 parent fe866d6 commit 5da8d4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/components/Compare/constants.ts
Expand Up @@ -844,8 +844,8 @@ export const tabnineVsCody: CompareDataType = {
cody: true,
cody_details: '',
view_cody_details: false,
competitor: false,
competitor_details: 'Waiting list',
competitor: true,
competitor_details: 'Available for Pro and Enterprise users',
view_competitor_details: false,
},
{
Expand All @@ -866,7 +866,7 @@ export const tabnineVsCody: CompareDataType = {
cody: true,
cody_details: '',
view_cody_details: false,
competitor: false,
competitor: true,
competitor_details: '',
view_competitor_details: false,
},
Expand Down
8 changes: 3 additions & 5 deletions src/pages/compare/tabnine-vs-cody.tsx
Expand Up @@ -22,8 +22,7 @@ const CompareCopilotPage: FunctionComponent = () => (
<p>
Tabnine is an AI assistant primarily focused on code autocomplete. Tabnine Chat, an in-IDE chat
feature, is also in beta but only for Enterprise users. The free tier of Tabnine has limited
functionality, offering short code completions of 2-3 words, and not offering chat or other AI
commands.
functionality, offering short code completions of 2-3 words.
</p>
<p>
The most unique aspect of Tabnine is its hybrid LLM approach. Tabnine's free tier (Starter) runs a
Expand All @@ -32,9 +31,8 @@ const CompareCopilotPage: FunctionComponent = () => (
</p>
<p>
<strong className="inline-block rounded-sm bg-blue-100 px-2 py-1 text-blue-500">TL;DR:</strong>{' '}
Tabnine is a good choice for users who want to run their LLM entirely on their local machine, but
its Starter and Pro tiers are restricted to only autocomplete. Cody Free and Cody Pro offer a wider
range of features (autocomplete, chat, and commands) using cloud-based models.
Tabnine is a good choice for users who want to run their LLM entirely on their local machine. Cody
Free and Cody Pro offer a wider range of features using cloud-based models.
</p>
</CompareHero>
}
Expand Down

0 comments on commit 5da8d4e

Please sign in to comment.