v2.0.12
sinaptik-ai/pandas-aiv2.0.12Mar 13, 2024by gventuri
AI Summary
Fixed various bugs including LLM object attributes, Postgres case sensitivity, and DuckDB compatibility, plus added API key support for local LLM.
Key Highlights
- Added API key parameter for local LLM
- Fixed Postgres table case sensitivity
- Supported older DuckDB versions
New Features
- API key parameter for local LLM
Full Release Notes
## What's Changed * fix: AttributeError: 'Call' object has no attribute 'id' by @gventuri * feat(llm): add API key as param to local LLM by @chengwaikoo in https://github.com/Sinaptik-AI/pandas-ai/pull/1026 * fix(postgres) table case sensitive (#1028) by @ArslanSaleem * fix: support duckdb <1 by @gventuri **Full Changelog**: https://github.com/Sinaptik-AI/pandas-ai/compare/v2.0.11...v2.0.12