From 32c96d619194727ded80bb6256f02789b1e9380a Mon Sep 17 00:00:00 2001 From: Hyungi Ahn Date: Wed, 8 Apr 2026 02:56:08 +0000 Subject: [PATCH] fix(deploy): primary endpoint -> mlx-proxy 8801 100.76.254.116:8800 -> :8801 to route through mlx-proxy and gain /status observability (active_jobs / total_requests). --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 53a4f9f..5d035fe 100644 --- a/config.yaml +++ b/config.yaml @@ -6,7 +6,7 @@ ai: models: primary: - endpoint: "http://100.76.254.116:8800/v1/chat/completions" + endpoint: "http://100.76.254.116:8801/v1/chat/completions" model: "mlx-community/Qwen3.5-35B-A3B-4bit" max_tokens: 4096 timeout: 60