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

Fix `typescript/healthData` and search upward for `.env` files in TS examples. #205

Closed DanielRosenwasser closed 4 months ago

DanielRosenwasser commented 4 months ago

This PR does two things.

First, it fixes the typescript/healthData example by bumping the version and fixing up the example. In principle, I expect the changes should be the same as #197, but without any formatting changes other than import ordering

Second, it changes all our examples to use combine dotenv with find-config as suggested here so that .env files can be placed at the top level of the repo.