bibibi12345 commited on
Commit
02106cc
·
verified ·
1 Parent(s): dc408a6

Update app/main.py

Browse files
Files changed (1) hide show
  1. app/main.py +1 -1
app/main.py CHANGED
@@ -725,7 +725,7 @@ async def chat_completions(request: OpenAIRequest, api_key: str = Depends(get_ap
725
  500, "Vertex AI client not initialized", "server_error"
726
  )
727
  return JSONResponse(status_code=500, content=error_response)
728
- print(f"Using globally initialized client for project: {client.project}") # Assuming client has project attribute
729
 
730
  # Initialize Gemini model
731
  search_tool = types.Tool(google_search=types.GoogleSearch())
 
725
  500, "Vertex AI client not initialized", "server_error"
726
  )
727
  return JSONResponse(status_code=500, content=error_response)
728
+ print(f"Using globally initialized client.")
729
 
730
  # Initialize Gemini model
731
  search_tool = types.Tool(google_search=types.GoogleSearch())