anarchy-ai / LLM-VM

irresponsible innovation. Try now at https://chat.dev/
https://anarchy.ai/
MIT License
481 stars 145 forks source link

Fix typo in guided_completion.py import statement #441

Closed cerealceec closed 2 months ago

cerealceec commented 8 months ago

Closes #440 import outlines.text.generate in line 2 of guided_completion.py should be import outlines.generate.text and was throwing an error.