Merge pull request #4276 from Manouchehri/trivial-fix-1

fix(litellm_logging.py): Add missing import statement.
This commit is contained in:
Krish Dholakia 2024-06-19 14:09:17 -07:00 committed by GitHub
commit f2580d1b85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,6 +19,7 @@ from litellm import (
turn_off_message_logging,
verbose_logger,
)
from litellm.caching import S3Cache
from litellm.integrations.custom_logger import CustomLogger
from litellm.litellm_core_utils.redact_messages import (
redact_message_input_output_from_logging,