Releases: laelhalawani/glai
v0.1.3
v0.1.2
Merge pull request #40 from laelhalawani/develop Develop
v0.1.1
Merge pull request #38 from laelhalawani/develop Develop
v0.1.0
ModelDB moved to separate package gguf_modeldb
with parallel API, with extended functionality
EasyAI - added ability to selectively import models from db, search only downloaded models and import from url repo
AutoAI - added ability to use only downloaded models
What's Changed
- Gguf modeldb as separate package by @laelhalawani in #35
- Develop by @laelhalawani in #36
Full Changelog: v0.0.19...v0.1.0
v0.0.19
System prompt support added for models compatible with it.
56 verified model GGUFs added to DB with preconfigured and tested prompt formatting for super easy deployment
Now the DB works globally for all your projects (meaning models are stored in the main package and accessible from all projects), but you can also specify a specific model_db dir to use it instead of the global db.
v0.0.17
Merge pull request #26 from laelhalawani/develop Develop
v0.0.16
moved components to dedicated packages:
LlamaAI -> gguf_llama
helpers -> util_helper
updated init.py(s) and requirements
v0.0.15
Merge pull request #20 from laelhalawani/develop Develop
v0.0.14
Merge pull request #17 from laelhalawani/develop Develop
v0.0.13
Merge pull request #16 from laelhalawani/develop Merge pull request #15 from laelhalawani/main