mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +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:
parent
16b2158d25
commit
4942e25707
1 changed files with 0 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue