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

Don't crash if we cannot import readline (e.g. on Windows) #248

Closed gvanrossum closed 1 month ago

gvanrossum commented 1 month ago

This fixes #235 for Windows, where import readline doesn't work (nor is it needed).