Spaces:
Running
Running
Update insight_and_tasks/agents/follower_agent.py
Browse files
insight_and_tasks/agents/follower_agent.py
CHANGED
@@ -15,7 +15,7 @@ logger = logging.getLogger(__name__)
|
|
15 |
|
16 |
# Define the model globally or pass it as a parameter. For now, using a constant.
|
17 |
# Consider moving this to a shared config or environment variable.
|
18 |
-
DEFAULT_AGENT_MODEL = "gemini-
|
19 |
|
20 |
class EnhancedFollowerAnalysisAgent:
|
21 |
"""
|
|
|
15 |
|
16 |
# Define the model globally or pass it as a parameter. For now, using a constant.
|
17 |
# Consider moving this to a shared config or environment variable.
|
18 |
+
DEFAULT_AGENT_MODEL = "gemini-2.5-flash-preview-05-20" # Or your specific model like "gemini-1.5-flash-preview-05-20"
|
19 |
|
20 |
class EnhancedFollowerAnalysisAgent:
|
21 |
"""
|