mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-09 12:24:21 +00:00
fix(vertex_llm_base.py): remove quota_project_id parameter from credential refresh request (#10915)
Fixes https://github.com/BerriAI/litellm/issues/9863
This commit is contained in:
@@ -93,7 +93,6 @@ class VertexBase:
|
||||
project_id = getattr(creds, "project_id", None)
|
||||
else:
|
||||
creds, creds_project_id = google_auth.default(
|
||||
quota_project_id=project_id,
|
||||
scopes=["https://www.googleapis.com/auth/cloud-platform"],
|
||||
)
|
||||
if project_id is None:
|
||||
|
||||
Reference in New Issue
Block a user