minimaxir / simpleaichat

Python package for easily interfacing with chat apps, with robust features and minimal code complexity.
MIT License
3.49k stars 229 forks source link

Fix access to deprecated __fields__ attribute #107

Closed dmwyatt closed 10 months ago

dmwyatt commented 10 months ago

__fields__ has been deprecated since v2 of Pydantic and is replaced by model_fields.