microsoft / TypeChat

TypeChat is a library that makes it easy to build natural language interfaces using types.
https://microsoft.github.io/TypeChat/
MIT License
8.06k stars 378 forks source link

Various doc updates and expose some internals #236

Closed DanielRosenwasser closed 2 months ago

DanielRosenwasser commented 2 months ago

While the actual HttpxLanguageModel is still in an _internal module, I want people to be able to experiment and be able to set the relevant attributes.

Also switches our sentiment example to be a dataclass.