Skip to content

Commit

Permalink
fix: rename google gemini into gemini (#4644)
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur authored Feb 13, 2025
1 parent 470fd64 commit c538c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/utils/modelEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const getTitleByEngine = (engine: InferenceEngine | string) => {
case InferenceEngine.openrouter:
return 'OpenRouter'
case 'google_gemini':
return 'Google Gemini'
return 'Gemini'
default:
return engine.charAt(0).toUpperCase() + engine.slice(1)
}
Expand Down

0 comments on commit c538c60

Please sign in to comment.