GuglielmoTor commited on
Commit
8827a74
·
verified ·
1 Parent(s): 82f4838

Update insight_and_tasks/agents/follower_agent.py

Browse files
insight_and_tasks/agents/follower_agent.py CHANGED
@@ -17,9 +17,7 @@ logger = logging.getLogger(__name__)
17
  # Define the model globally or pass it as a parameter. For now, using a constant.
18
  # Consider moving this to a shared config or environment variable.
19
  DEFAULT_AGENT_MODEL = "gemini-2.5-flash-preview-05-20" # Or your specific model like "gemini-1.5-flash-preview-05-20"
20
- os.environ["GOOGLE_GENAI_USE_VERTEXAI"] = "False"
21
- GOOGLE_API_KEY = os.environ.get("GEMINI_API_KEY")
22
- os.environ["GOOGLE_API_KEY"] = GOOGLE_API_KEY
23
 
24
  class EnhancedFollowerAnalysisAgent:
25
  """
 
17
  # Define the model globally or pass it as a parameter. For now, using a constant.
18
  # Consider moving this to a shared config or environment variable.
19
  DEFAULT_AGENT_MODEL = "gemini-2.5-flash-preview-05-20" # Or your specific model like "gemini-1.5-flash-preview-05-20"
20
+
 
 
21
 
22
  class EnhancedFollowerAnalysisAgent:
23
  """