From f148237d09e5c27500924e81aea555f495a224d2 Mon Sep 17 00:00:00 2001 From: jenstandstad Date: Sat, 9 May 2026 23:53:45 +0200 Subject: [PATCH] Adding config files --- 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 81f1282..1863c57 100644 --- a/agents/gunnar/plugins/_model_config/config.json +++ b/agents/gunnar/plugins/_model_config/config.json @@ -20,7 +20,7 @@ "provider": "lm_studio", "name": "glm-4.7-flash", "api_base": "http://host.docker.internal:1234/v1", - "ctx_length": 131072, + "ctx_length": 8192, "ctx_input": 0.7, "rl_requests": 0, "rl_input": 0, diff --git a/agents/hermes/plugins/_model_config/config.json b/agents/hermes/plugins/_model_config/config.json index ad323b9..55f550c 100644 --- a/agents/hermes/plugins/_model_config/config.json +++ b/agents/hermes/plugins/_model_config/config.json @@ -20,7 +20,7 @@ "provider": "lm_studio", "name": "glm-4.7-flash", "api_base": "http://host.docker.internal:1234/v1", - "ctx_length": 131072, + "ctx_length": 8192, "ctx_input": 0.7, "rl_requests": 0, "rl_input": 0,