mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
imports
This commit is contained in:
parent
48dbdaa73e
commit
2b3965dbf5
1 changed files with 2 additions and 1 deletions
|
@ -237,6 +237,7 @@ def completion(
|
|||
GenerationConfig,
|
||||
)
|
||||
from google.cloud.aiplatform_v1beta1.types import content as gapic_content_types
|
||||
import google.auth
|
||||
|
||||
## Load credentials with the correct quota project ref: https://github.com/googleapis/python-aiplatform/issues/2557#issuecomment-1709284744
|
||||
creds, _ = google.auth.default(quota_project_id=vertex_project)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue