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 379 forks source link

Provide helper function parity between TS and Python #173

Closed DanielRosenwasser closed 4 months ago

DanielRosenwasser commented 5 months ago

This includes

  1. Providing a create_language_model API that automatically creates something from a dict of environment variables
  2. Providing a process_requests API that creates a CLI prompt like TypeScript provides.
DanielRosenwasser commented 5 months ago

Not sure if there's more we need to add as well.