mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-01-26 16:39:47 +00:00
7 lines
92 B
Python
7 lines
92 B
Python
from .flex2 import Flex2
|
|
|
|
AI_TOOLKIT_MODELS = [
|
|
# put a list of models here
|
|
Flex2
|
|
]
|