mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Update model logging format for custom LLM provider (#16485)
This avoids the annoying red message ``` Provider List: https://docs.litellm.ai/docs/providers ``` when there is a cache hit.
This commit is contained in:
parent
bd15250960
commit
06efc7631d
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ class LLMCachingHandler:
|
|||
)
|
||||
self._update_litellm_logging_obj_environment(
|
||||
logging_obj=logging_obj,
|
||||
model=model,
|
||||
model=f"{custom_llm_provider}/{model}",
|
||||
kwargs=kwargs,
|
||||
cached_result=cached_result,
|
||||
is_async=False,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue