Skip to content

Commit

Permalink
Update VSC 1.22 blog for Cody Enterprise + Gemini (#7009)
Browse files Browse the repository at this point in the history
* Update VSC 1.22 blog
  • Loading branch information
iskyOS authored Jun 13, 2024
1 parent 3ee7ca0 commit 9488b75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/blogposts/2024/cody-vscode-1-22-0-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ socialImage: https://storage.googleapis.com/sourcegraph-assets/blog/cody-vscode-

## Support for Gemini 1.5 Flash + Gemini 1.5 Pro

Google recently announced new models in the Gemini family, including Gemini 1.5 Flash and Gemini 1.5 Pro. Both models are now available to Cody Pro users in VS Code.
Google recently announced new models in the Gemini family, including Gemini 1.5 Flash and Gemini 1.5 Pro. Both models are now available to Cody Pro and Enterprise users in VS Code.

[Gemini 1.5 Flash](https://deepmind.google/technologies/gemini/flash/) is a lightweight model built for speed and efficiency. [Gemini 1.5 Pro](https://deepmind.google/technologies/gemini/pro/) is a larger model optimized for high performance across many tasks. Flash is under the “Optimized for Speed” LLM menu, and Pro is under “Optimized for Accuracy.”

Expand Down
4 changes: 2 additions & 2 deletions src/components/Pricing/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ const FEATURE_INFO: Record<string, FeatureInfo> = {
},
entLLMchoices: {
label: 'Flexible LLM choices',
description: 'GPT-4o, GPT-4 Turbo, Claude 3 (Opus, Sonnet, Haiku)',
description: 'GPT-4o, GPT-4 Turbo, Gemini Flash and Pro, Claude 3 (Opus, Sonnet, Haiku)',
},
BringYourLLMKey: {
label: 'Bring your own LLM key',
Expand All @@ -425,7 +425,7 @@ const FEATURE_INFO: Record<string, FeatureInfo> = {
},
codeIntelEntLLMchoices: {
label: 'Flexible LLM choices',
description: 'GPT-4o, GPT-4 Turbo, Claude 3 (Opus, Sonnet, Haiku)',
description: 'GPT-4o, GPT-4 Turbo, Gemini Flash and Pro, Claude 3 (Opus, Sonnet, Haiku)',
},
codeIntelBringYourLLMKey: {
label: 'Bring your own LLM key',
Expand Down

0 comments on commit 9488b75

Please sign in to comment.