Litellm dev 01 07 2025 p1 (#7618)

* fix(main.py): pass custom llm provider on litellm logging provider update

* fix(cost_calculator.py): don't append provider name to return model if existing llm provider

Fixes https://github.com/BerriAI/litellm/issues/7607

* fix(prometheus_services.py): fix prometheus system health error logging

Fixes https://github.com/BerriAI/litellm/issues/7611
This commit is contained in:
Krish Dholakia 2025-01-07 21:22:31 -08:00 committed by GitHub
parent 09353db365
commit 73094873b2
5 changed files with 57 additions and 13 deletions

View file

@ -3274,6 +3274,7 @@ def embedding( # noqa: PLR0915
"stream_response": {},
"cooldown_time": cooldown_time,
},
custom_llm_provider=custom_llm_provider,
)
if azure is True or custom_llm_provider == "azure":
# azure configs