We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057b341 commit c59dafeCopy full SHA for c59dafe
backend/genai/src/main.py
@@ -367,5 +367,6 @@ async def summarize(request: Request):
367
368
if __name__ == "__main__":
369
# see: https://github.com/googleapis/google-auth-library-python/blob/main/google/auth/_default.py#L577-L595
370
- _, project_id = gauth.default()
371
- logger.info("project_id: %s", project_id)
+ # _, project_id = gauth.default()
+ # logger.info("project_id: %s", project_id)
372
+ pass
0 commit comments