mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
fix vertex ai import
This commit is contained in:
parent
11c9780ff0
commit
2c25bfa8df
1 changed files with 0 additions and 3 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue