mirror of
https://github.com/cloudstack-llc/mlx-knife.git
synced 2026-07-19 14:43:36 -04:00
86f669dc82
- Vision Support (Issue #45): CLI + Server with OpenAI-compatible image API, EXIF metadata - Unix Pipes (ADR-014): stdin support, isatty detection, SIGPIPE handling - Memory-Aware Loading (ADR-016): Pre-load checks with >70% RAM warnings - Python 3.9-3.14: Full compatibility verified (476-485 tests passing) - Fixed: --log-json regression (Issue #44), Vision multimodal history filtering See CHANGELOG.md for complete details.
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.6"
|