Spaces:
Running
Running
Update insight_and_tasks/utils/pandasai_setup.py
Browse files
insight_and_tasks/utils/pandasai_setup.py
CHANGED
@@ -49,7 +49,7 @@ def configure_pandasai(api_key: str, model_name: str = None):
|
|
49 |
# "open_charts": False # Whether to automatically open charts
|
50 |
})
|
51 |
logger.info(f"PandasAI configured successfully with model: {selected_model}")
|
52 |
-
logger.info(f"PandasAI LLM object: {
|
53 |
|
54 |
|
55 |
except ImportError:
|
|
|
49 |
# "open_charts": False # Whether to automatically open charts
|
50 |
})
|
51 |
logger.info(f"PandasAI configured successfully with model: {selected_model}")
|
52 |
+
logger.info(f"PandasAI LLM object: {llm}")
|
53 |
|
54 |
|
55 |
except ImportError:
|