dottxt-ai / outlines

Structured Text Generation
https://dottxt-ai.github.io/outlines/
Apache License 2.0
9.57k stars 492 forks source link

Support `Enum` objects in `generate.choice` #1171

Open rlouf opened 1 month ago

rlouf commented 1 month ago

generate.choice currently takes a list of options as an input. It wouldn't be too difficult to also support Enum objects.