forked from phoenix/litellm-mirror
(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:
parent
6e6d38841f
commit
3cb04480fb
7 changed files with 21 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue