GuglielmoTor commited on
Commit
4c4f0b6
·
verified ·
1 Parent(s): c39fda5

Update run_agentic_pipeline.py

Browse files
Files changed (1) hide show
  1. run_agentic_pipeline.py +1 -0
run_agentic_pipeline.py CHANGED
@@ -27,6 +27,7 @@ from analytics_data_processing import prepare_filtered_analytics_data
27
  logger = logging.getLogger(__name__)
28
 
29
  # GOOGLE_API_KEY should be set in the environment where app.py runs
 
30
  GOOGLE_API_KEY = os.environ.get("GEMINI_API_KEY")
31
 
32
  async def run_full_analytics_orchestration(
 
27
  logger = logging.getLogger(__name__)
28
 
29
  # GOOGLE_API_KEY should be set in the environment where app.py runs
30
+ os.environ["GOOGLE_GENAI_USE_VERTEXAI"] = "False"
31
  GOOGLE_API_KEY = os.environ.get("GEMINI_API_KEY")
32
 
33
  async def run_full_analytics_orchestration(