From 96d57789bd9eb2cc481b64eb18732fadd6033d8e Mon Sep 17 00:00:00 2001 From: Hyungi Ahn Date: Wed, 8 Apr 2026 02:56:38 +0000 Subject: [PATCH] feat(ai): align primary model with mlx-proxy actually loaded model mlx-proxy on the mac mini currently loads mlx-community/gemma-4-26b-a4b-it-8bit, but config.yaml was still requesting mlx-community/Qwen3.5-35B-A3B-4bit. The proxy was silently serving the loaded model regardless, but the mismatch made debugging and log tracing harder. Co-Authored-By: Claude Opus 4.6 (1M context) --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 5d035fe..7b5d589 100644 --- a/config.yaml +++ b/config.yaml @@ -7,7 +7,7 @@ ai: models: primary: endpoint: "http://100.76.254.116:8801/v1/chat/completions" - model: "mlx-community/Qwen3.5-35B-A3B-4bit" + model: "mlx-community/gemma-4-26b-a4b-it-8bit" max_tokens: 4096 timeout: 60