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
windows 11 . pandas AI 3
image generation and QNA works flawlessly on colab but on windows it says i dont know answer please try again and doesnt generate graphs at all
import pandasai as pai from pandasai_openai import OpenAI
Initialize the LLM llm = OpenAI(api_token="")
pai.config.set({ "llm": llm, })
Load CSV csv_path = "retailstuff222.csv" df = pai.read_csv(csv_path)
print(df.chat("who used black friday promotion , make a chart of 10 users"))
this is the code . it gives proper answers and charts on colab but not on local
The text was updated successfully, but these errors were encountered:
Please can you share either the related log or the response object?
Sorry, something went wrong.
Please refer below and workaround for windows...i faced the same issue on windows but it runs fine on Linux OS....#1593
@dosu can you help me ? why are the responses better on colab than windows ?
@gdcsinaptik what exactly do you want me to share ? i get error response in windows and but not in colab but lately getting this issue in colab too
No branches or pull requests
System Info
windows 11 . pandas AI 3
🐛 Describe the bug
image generation and QNA works flawlessly on colab but on windows it says i dont know answer please try again and doesnt generate graphs at all
import pandasai as pai
from pandasai_openai import OpenAI
Initialize the LLM
llm = OpenAI(api_token="")
pai.config.set({
"llm": llm,
})
Load CSV
csv_path = "retailstuff222.csv"
df = pai.read_csv(csv_path)
print(df.chat("who used black friday promotion , make a chart of 10 users"))
this is the code . it gives proper answers and charts on colab but not on local
The text was updated successfully, but these errors were encountered: