mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
(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
55cecf7f90
commit
dfe9c97e1b
7 changed files with 21 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue