Spaces:
Running
Running
Update insight_and_tasks/agents/follower_agent.py
Browse files
insight_and_tasks/agents/follower_agent.py
CHANGED
@@ -371,7 +371,7 @@ class EnhancedFollowerAnalysisAgent:
|
|
371 |
if not pai.config.get("llm"):
|
372 |
raise RuntimeError("PandasAI LLM could not be configured for chat operation.")
|
373 |
|
374 |
-
logger.info(f"Executing PandasAI chat for follower analysis with LLM: {pai.config.get(
|
375 |
return pandas_ai_df.chat(analysis_query)
|
376 |
|
377 |
analysis_result_raw = self.retry_mechanism.retry_with_backoff(
|
|
|
371 |
if not pai.config.get("llm"):
|
372 |
raise RuntimeError("PandasAI LLM could not be configured for chat operation.")
|
373 |
|
374 |
+
logger.info(f"Executing PandasAI chat for follower analysis with LLM: {pai.config.get('llm')}")
|
375 |
return pandas_ai_df.chat(analysis_query)
|
376 |
|
377 |
analysis_result_raw = self.retry_mechanism.retry_with_backoff(
|