We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Name: pandasai Version: 3.0.0b11
Python 3.11
Mac OS 15.1 64GB
While trying to use pandasai chat I was initializing the config with
``` import pandasai as pai from pandasai_openai import OpenAI import pandas as pd import os llm = AzureOpenAI( api_key=OPENAI_API_KEY, deployment_name=DEPLOYMENT_NAME_GPT4_OMNI, azure_endpoint=AZURE_OPENAI_BASE_URL, api_version=AZURE_OPENAI_API_VERSION, ) pai.config.set({"llm": llm, "enable_cache": False}) ```
It is still creating the cache file.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
System Info
Name: pandasai
Version: 3.0.0b11
Python 3.11
Mac OS 15.1 64GB
🐛 Describe the bug
While trying to use pandasai chat I was initializing the config with
It is still creating the cache file.
The text was updated successfully, but these errors were encountered: