anarchy-ai / LLM-VM

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

Fix typo in guided_completion.py import statement #441

Closed cerealceec closed 2 weeks ago

cerealceec commented 7 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.