mirror of
https://github.com/cloudstack-llc/mlx-knife.git
synced 2026-07-18 12:46:54 -04:00
4b75a22726
- JSON API 0.1.5: runtime_compatible + reason fields - mlx-lm dependency updated to >=0.28.3 (stable PyPI release) - Human output: healthy / healthy* / unhealthy status display - All tests passing (253 passed, 12 skipped) across Python 3.9-3.13
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.5"
|