Metadata-Version: 2.3
Name: pandasai-local
Version: 0.1.4
Summary: Local LLM integration for PandaAI
License: MIT
Author: Gabriele Venturi
Requires-Python: >=3.8,<3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: openai (>=1.3.7,<2.0.0)
Requires-Dist: pandasai (>=3.0.0b4)
Requires-Dist: torch (>=2.1.0,<3.0.0)
Requires-Dist: transformers (>=4.35.0,<5.0.0)
Description-Content-Type: text/markdown

# Local LLMs Extension for PandaAI

This extension integrates Local LLMs with PandaAI, providing Local LLMs support.

## Installation

You can install this extension using poetry:

```bash
poetry add pandasai-local
```

