(code clean up) use a folder for gcs bucket logging + add readme in folder (#6080)

* refactor gcs bucket

* add readme
This commit is contained in:
Ishaan Jaff 2024-10-05 16:58:10 +05:30 committed by GitHub
parent 6e6d38841f
commit 3cb04480fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 21 additions and 6 deletions

View file

@ -16,7 +16,10 @@ import pytest
import litellm
from litellm import completion
from litellm._logging import verbose_logger
from litellm.integrations.gcs_bucket import GCSBucketLogger, StandardLoggingPayload
from litellm.integrations.gcs_bucket.gcs_bucket import (
GCSBucketLogger,
StandardLoggingPayload,
)
from litellm.types.utils import StandardCallbackDynamicParams
verbose_logger.setLevel(logging.DEBUG)