Metadata-Version: 2.3
Name: pai-llm
Version: 0.2.4
Summary: PAI LLM
Author: hzr
Author-email: hzr@pai.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: aiosqlite (>=0.21.0)
Requires-Dist: commons-lang (>=0.2.1)
Requires-Dist: langchain (>=0.3.23)
Requires-Dist: langchain-openai (>=0.3.14)
Requires-Dist: loguru (>=0.7.3)
Requires-Dist: mysql-connector-python (>=9.3.0)
Requires-Dist: openai (>=1.75.0)
Requires-Dist: pydantic (>=2.11.3)
Requires-Dist: pytest (>=8.3.5)
Description-Content-Type: text/markdown

# pai-llm 
 
A pragmatic LLM library for Artificial Intelligence.

## Installation

```bash
pip install pai-llm
```

## Features

### v0.2.4

* Added conversation history support for langchain's ChatOpenAI.
