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.25k stars 391 forks source link

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

Closed gvanrossum closed 6 months ago

gvanrossum commented 6 months ago

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