mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix test_vertexai_model_garden_model_completion
This commit is contained in:
parent
9f32631592
commit
5885ee5e14
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ class VertexAIModelGardenModels(VertexBase):
|
|||
from google.cloud import aiplatform
|
||||
|
||||
from litellm.llms.openai_like.chat.handler import OpenAILikeChatHandler
|
||||
from litellm.llms.vertex_ai_and_google_ai_studio.gemini.vertex_and_google_ai_studio_gemini import (
|
||||
from litellm.llms.vertex_ai.gemini.vertex_and_google_ai_studio_gemini import (
|
||||
VertexLLM,
|
||||
)
|
||||
except Exception:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue