Skip to content

Commit

Permalink
add gemini
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-bernstein committed Jan 17, 2025
1 parent 5669420 commit b990ba4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions label_studio/ml_model_providers/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class ModelProviderChoices(Enum):
AZURE_OPENAI = ModelProviderConfig(litellm_slug='azure', display_name='AzureOpenAI')
VERTEX_AI = ModelProviderConfig(litellm_slug='vertex_ai', display_name='VertexAI')
CUSTOM = ModelProviderConfig(litellm_slug='openai', display_name='Custom')
GEMINI = ModelProviderConfig(litellm_slug='gemini', display_name='Gemini')


class ModelProviderConnectionScopes(models.TextChoices):
Expand Down

0 comments on commit b990ba4

Please sign in to comment.