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

[example] natural language to specified structure tool #53

Open yanxiyue opened 11 months ago

yanxiyue commented 11 months ago

Based on typechat, I wrapped a small tool that extracts natural language into a specified structure for customizing api endpoints. Is it useful? Please point out any incorrections or comment。

source: https://github.com/cooder-org/json-translator

demo: https://nts.cooder.org/

weykon commented 11 months ago

Wow! I think this project explains and introduces the use of typechat very intuitively !