feat: vertex veo (#1450)

This commit is contained in:
Sh1n3zZ
2025-08-26 08:29:26 +08:00
parent f249cf9acc
commit cf8b021b61
11 changed files with 534 additions and 15 deletions

View File

@@ -174,6 +174,7 @@ func (a *Adaptor) SetupRequestHeader(c *gin.Context, req *http.Header, info *rel
return err
}
req.Set("Authorization", "Bearer "+accessToken)
req.Set("x-goog-user-project", a.AccountCredentials.ProjectID)
return nil
}