Sinaptik-AI / pandas-ai

Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational using LLMs (GPT 3.5 / 4, Anthropic, VertexAI) and RAG.
https://pandas-ai.com
Other
11.7k stars 1.08k forks source link

fix: config llm None #1097

Closed oedokumaci closed 2 months ago

oedokumaci commented 2 months ago

This fixes the ongoing issue with #1054.

gventuri commented 2 months ago

Hey @oedokumaci tests are failing!

oedokumaci commented 2 months ago

Hey @oedokumaci tests are failing!

Should be fixed now!

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 78.31%. Comparing base (f35df5e) to head (83e7e92). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1097 +/- ## ========================================== + Coverage 78.16% 78.31% +0.15% ========================================== Files 115 115 Lines 4492 4492 ========================================== + Hits 3511 3518 +7 + Misses 981 974 -7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

gventuri commented 2 months ago

@oedokumaci thanks a lot, merging!