mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-02-02 11:59:46 +00:00
7 lines
105 B
Python
7 lines
105 B
Python
from .chroma import ChromaModel
|
|
|
|
AI_TOOLKIT_MODELS = [
|
|
# put a list of models here
|
|
ChromaModel
|
|
]
|