mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
feat(pass_through_endpoints.py): add pass-through support for all cohere endpoints
This commit is contained in:
parent
77177ff469
commit
1856ac585d
3 changed files with 44 additions and 2 deletions
|
@ -2321,7 +2321,7 @@ def get_standard_logging_object_payload(
|
|||
model_map_value=_model_cost_information,
|
||||
)
|
||||
except Exception:
|
||||
verbose_logger.warning(
|
||||
verbose_logger.debug( # keep in debug otherwise it will trigger on every call
|
||||
"Model is not mapped in model cost map. Defaulting to None model_cost_information for standard_logging_payload"
|
||||
)
|
||||
model_cost_information = StandardLoggingModelInformation(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue