Skip to content

Commit

Permalink
💄 style: enable gemini-1.5-pro-latest model by default (lobehub#2034)
Browse files Browse the repository at this point in the history
  • Loading branch information
RubuJam committed Apr 14, 2024
1 parent 8a9428e commit e8c65a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config/modelProviders/google.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const Google: ModelProviderCard = {
{
description: 'The best image understanding model to handle a broad range of applications',
displayName: 'Gemini 1.0 Pro Vision',
enabled: true,
id: 'gemini-1.0-pro-vision-latest',
maxOutput: 4096,
tokens: 16_384,
Expand All @@ -35,6 +34,7 @@ const Google: ModelProviderCard = {
{
description: 'The best image understanding model to handle a broad range of applications',
displayName: 'Gemini 1.0 Pro Vision',
enabled: true,
id: 'gemini-pro-vision',
maxOutput: 4096,
tokens: 16_384,
Expand All @@ -59,6 +59,7 @@ const Google: ModelProviderCard = {
{
description: 'Mid-size multimodal model that supports up to 1 million tokens',
displayName: 'Gemini 1.5 Pro',
enabled: true,
id: 'gemini-1.5-pro-latest',
maxOutput: 8192,
tokens: 1_056_768,
Expand Down

0 comments on commit e8c65a9

Please sign in to comment.