Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

The figure is still saved in default folder when I set "save_charts" as False #1154

Open
gengbo-genentech opened this issue May 14, 2024 · 0 comments

Comments

@gengbo-genentech
Copy link

System Info

The figure is still saved in default folder when I set "save_charts" as False
pandasai 2.0.40
python 3.11

馃悰 Describe the bug

smart_df = SmartDataframe(df, config={"llm":llm, "save_logs":False, "enable_cache": False, "enforce_privacy":True, "save_charts":False, "open_charts":False})
response = smart_df.chat("Plot the comparison of the distribution of the feature 'A' for the class '2' and '1' ")
print (response)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant