mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
fix(utils.py/completion_with_fallbacks): accept azure deployment name in rotations
This commit is contained in:
parent
ab3b067754
commit
afe14c8a96
3 changed files with 224 additions and 56 deletions
|
@ -1087,6 +1087,7 @@ def completion(
|
|||
api_base = (
|
||||
litellm.api_base or
|
||||
api_base or
|
||||
get_secret("OLLAMA_API_BASE") or
|
||||
"http://localhost:11434"
|
||||
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue