From 268095255f90e142e226e5257483b8ab10bd7608 Mon Sep 17 00:00:00 2001 From: jenstandstad Date: Sat, 9 May 2026 23:23:06 +0200 Subject: [PATCH] Fixing the z.ai default thingamajig --- agents/gunnar/plugins/_model_config/config.json | 2 +- agents/hermes/plugins/_model_config/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/agents/gunnar/plugins/_model_config/config.json b/agents/gunnar/plugins/_model_config/config.json index ad3fc59..81f1282 100644 --- a/agents/gunnar/plugins/_model_config/config.json +++ b/agents/gunnar/plugins/_model_config/config.json @@ -17,7 +17,7 @@ "max_embeds": 10 }, "utility_model": { - "provider": "zai", + "provider": "lm_studio", "name": "glm-4.7-flash", "api_base": "http://host.docker.internal:1234/v1", "ctx_length": 131072, diff --git a/agents/hermes/plugins/_model_config/config.json b/agents/hermes/plugins/_model_config/config.json index 1ccd8fa..ad323b9 100644 --- a/agents/hermes/plugins/_model_config/config.json +++ b/agents/hermes/plugins/_model_config/config.json @@ -17,7 +17,7 @@ "max_embeds": 10 }, "utility_model": { - "provider": "zai", + "provider": "lm_studio", "name": "glm-4.7-flash", "api_base": "http://host.docker.internal:1234/v1", "ctx_length": 131072,