From 2c25bfa8dfa34298f8dffc482012e305447a9a8e Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 20 May 2024 13:13:19 -0700 Subject: [PATCH] fix vertex ai import --- litellm/llms/vertex_httpx.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/litellm/llms/vertex_httpx.py b/litellm/llms/vertex_httpx.py index e7b31b1554..59ded6be0c 100644 --- a/litellm/llms/vertex_httpx.py +++ b/litellm/llms/vertex_httpx.py @@ -157,9 +157,6 @@ class VertexLLM(BaseLLM): } \ "https://us-central1-aiplatform.googleapis.com/v1/projects/PROJECT_ID/locations/us-central1/publishers/google/models/imagegeneration:predict" """ - - import vertexai - auth_header = self._ensure_access_token() request_data = {