mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
fix(ui): revert provider field names to match enum keys for model lookup
Reverts AZURE_AI → Azure_AI_Studio and MISTRAL → MistralAI in provider_create_fields.json so getProviderModels can find them in provider_map. Logos still work via case-insensitive value lookup.
This commit is contained in:
parent
daceb7721c
commit
3087f018b9
1 changed files with 2 additions and 2 deletions
|
|
@ -411,7 +411,7 @@
|
|||
"default_model_placeholder": "azure/my-deployment"
|
||||
},
|
||||
{
|
||||
"provider": "AZURE_AI",
|
||||
"provider": "Azure_AI_Studio",
|
||||
"provider_display_name": "Azure AI Foundry (Studio)",
|
||||
"litellm_provider": "azure_ai",
|
||||
"credential_fields": [
|
||||
|
|
@ -1663,7 +1663,7 @@
|
|||
"default_model_placeholder": "gpt-3.5-turbo"
|
||||
},
|
||||
{
|
||||
"provider": "MISTRAL",
|
||||
"provider": "MistralAI",
|
||||
"provider_display_name": "Mistral AI",
|
||||
"litellm_provider": "mistral",
|
||||
"credential_fields": [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue