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,