unsloth/studio/backend/models
Roland Tannous 21cff233e5 feat: add model_type field to backend /config and /list responses
Derive a single model_type string ("text" | "vision" | "audio" | "embeddings")
from existing is_vision and audio_type detection, so the frontend doesn't have
to infer modality from scattered boolean flags.
2026-03-10 16:54:19 +00:00
..
.gitkeep fix: restore models directory files deleted during restructure 2026-02-02 19:36:30 +00:00
__init__.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
auth.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
data_recipe.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
datasets.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
export.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
inference.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
models.py feat: add model_type field to backend /config and /list responses 2026-03-10 16:54:19 +00:00
responses.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
training.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
users.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00