feat(pass_through_endpoints.py): add pass-through support for all cohere endpoints

This commit is contained in:
Krrish Dholakia 2024-08-17 16:57:40 -07:00
parent 77177ff469
commit 1856ac585d
3 changed files with 44 additions and 2 deletions

View file

@ -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(