Fixing the z.ai default thingamajig

This commit is contained in:
2026-05-09 23:23:06 +02:00
parent 0fcc9fdc98
commit 268095255f
2 changed files with 2 additions and 2 deletions
@@ -17,7 +17,7 @@
"max_embeds": 10 "max_embeds": 10
}, },
"utility_model": { "utility_model": {
"provider": "zai", "provider": "lm_studio",
"name": "glm-4.7-flash", "name": "glm-4.7-flash",
"api_base": "http://host.docker.internal:1234/v1", "api_base": "http://host.docker.internal:1234/v1",
"ctx_length": 131072, "ctx_length": 131072,
@@ -17,7 +17,7 @@
"max_embeds": 10 "max_embeds": 10
}, },
"utility_model": { "utility_model": {
"provider": "zai", "provider": "lm_studio",
"name": "glm-4.7-flash", "name": "glm-4.7-flash",
"api_base": "http://host.docker.internal:1234/v1", "api_base": "http://host.docker.internal:1234/v1",
"ctx_length": 131072, "ctx_length": 131072,