(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 55cecf7f90
commit dfe9c97e1b
7 changed files with 21 additions and 6 deletions

View file

@ -5,7 +5,7 @@ from typing import Optional
import litellm
from litellm._logging import verbose_logger
from litellm.caching import InMemoryCache
from litellm.integrations.gcs_bucket_base import GCSBucketBase
from litellm.integrations.gcs_bucket.gcs_bucket_base import GCSBucketBase
from litellm.llms.custom_httpx.http_handler import _get_httpx_client
from litellm.proxy._types import CommonProxyErrors, KeyManagementSystem