mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-17 23:51:30 +00:00
fix import
This commit is contained in:
parent
acf8ec5b3c
commit
80edf70206
1 changed files with 0 additions and 3 deletions
|
|
@ -23,9 +23,6 @@ from .transformation import (
|
|||
transform_openai_messages_to_gemini_context_caching,
|
||||
)
|
||||
|
||||
from litellm.types.llms.vertex_ai import *
|
||||
|
||||
|
||||
local_cache_obj = Cache(
|
||||
type=LiteLLMCacheType.LOCAL
|
||||
) # only used for calling 'get_cache_key' function
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue