Add MLX backend config options

This commit is contained in:
2025-09-16 21:14:19 +02:00
parent 1f25e9d05b
commit 988c4aca40
4 changed files with 491 additions and 1 deletions

View File

@@ -4,4 +4,6 @@ type BackendType string
const (
BackendTypeLlamaCpp BackendType = "llama_cpp"
BackendTypeMlxLm BackendType = "mlx_lm"
// BackendTypeMlxVlm BackendType = "mlx_vlm" // Future expansion
)