| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| simpleaichat-0.2.1.tar.gz | 2023-07-03 | 22.9 kB | |
| README.md | 2023-07-03 | 646 Bytes | |
| v0.2.1_ Pydantic v2.0 source code.tar.gz | 2023-07-03 | 245.0 kB | |
| v0.2.1_ Pydantic v2.0 source code.zip | 2023-07-03 | 259.5 kB | |
| Totals: 4 Items | 528.0 kB | 0 | |
This release updates simpleaichat to use Pydantic v2.0 and replace all depreciated functions therein. simpleaichat now requires pydantic>=2.0. There should be no breaking changes from this migration, but there should be a notable speedboost from the clientside!
Other changes
- Internal Refactoring [#19]
- API key from
AIChatconstructor has priority overenvvariable, for consistency [#22] ChatMessagestring returns a stringified dictionary instead of the text only. [#29]- A HTTP proxy can be specified by the
https_proxyenvironment variable. This behavior will likely change in an upcoming release [#34]