Metadata-Version: 2.4
Name: mdtlocalchat
Version: 0.1.1
Summary: 
Author: manhdt
Author-email: thitkhotau.no1@gmail.com
Requires-Python: >=3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: fastapi (>=0.121.2,<0.122.0)
Requires-Dist: openai (>=2.8.1,<3.0.0)
Requires-Dist: pydantic (>=2.12.4,<3.0.0)
Requires-Dist: uvicorn (>=0.38.0,<0.39.0)
Description-Content-Type: text/markdown

# Run project

```bash
poetry run aidev
```

## Dev

```bash
poetry run pre-commit install
```

## Run pre-commit on all files

```bash
poetry run pre-commit run --all-files
```
