mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-01 10:09:08 +00:00
fix: azure litellm
This commit is contained in:
parent
fe0cabea72
commit
74aff69a73
1 changed files with 1 additions and 0 deletions
|
@ -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(
|
||||||
|
|
Loading…
Add table
Reference in a new issue