v0.0.12
What's Changed
- Rename
LLM
toModel
(259a32e)- Now, import is
from blendsql.models import Model
- Now, import is
- Adding disckache cache for Model predictions (3c757a7)
- If the model class and the arguments passed to
predict()
are identical to something in cache, just return, don't process it again
- If the model class and the arguments passed to
- Better documentation, examples showing new ingredient integration (7a65153)
Full Changelog: v0.0.11...v0.0.12