mirror of
https://github.com/cloudstack-llc/mlx-knife.git
synced 2026-07-19 22:53:30 -04:00
e8b10ea10b
Audio input via --audio flag (CLI) and input_audio content type (Server API). Uses mlx-vlm native audio processing. ~30s duration limit (model constraint). Currently only Gemma-3n tested (requires --repair-index fix). Also includes: - SERVER-HANDBOOK compliance (image limits, validation error envelopes) - Dependency updates: mlx>=0.30.0, mlx-lm>=0.30.0, huggingface-hub>=1.0.0 - Audio E2E test suite + ADR-019
8 lines
237 B
Python
8 lines
237 B
Python
"""Spec constants for MLX-Knife 2.0 JSON API.
|
|
|
|
Single source of truth for the JSON API specification version used by the
|
|
current code and tests. Keep this in sync with docs/json-api-specification.md.
|
|
"""
|
|
|
|
JSON_API_SPEC_VERSION = "0.1.7"
|