fix: azure litellm

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-08-26 18:07:03 -07:00
parent fe0cabea72
commit 74aff69a73

View file

@ -79,6 +79,7 @@ async def get_user_llm_instance(
"GOOGLE": "gemini", "GOOGLE": "gemini",
"OLLAMA": "ollama", "OLLAMA": "ollama",
"MISTRAL": "mistral", "MISTRAL": "mistral",
"AZURE_OPENAI": "azure",
# Add more mappings as needed # Add more mappings as needed
} }
provider_prefix = provider_map.get( provider_prefix = provider_map.get(