From fb13201f47528979a57a21cad3374254c1cf7276 Mon Sep 17 00:00:00 2001 From: Advait Jayant Date: Wed, 24 Jun 2026 15:53:12 +0100 Subject: [PATCH] Match SDK prefix for GLM (zai/glm-5.2) The opengradient SDK enum uses zai/glm-5.2 (added in SDK main, pending release); align ghost's catalog to the same prefix. Both strip to glm-5.2 at the gateway, so no functional change -- just consistency with the canonical model id. --- privacy/scrubbing_proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/privacy/scrubbing_proxy.py b/privacy/scrubbing_proxy.py index 39884ca..861153a 100755 --- a/privacy/scrubbing_proxy.py +++ b/privacy/scrubbing_proxy.py @@ -73,7 +73,7 @@ _CATALOG_MODELS = [ ("nous/hermes-4-405b", "Hermes 4 405B — flagship uncensored open model, most steerable (default)"), ("deepseek/deepseek-v4-pro", "DeepSeek V4 Pro — strongest open reasoning + coding; best for agentic work"), - ("z-ai/glm-5.2", "GLM 5.2 — strong open agentic MoE (Z.ai)"), + ("zai/glm-5.2", "GLM 5.2 — strong open agentic MoE (Z.ai)"), ("nous/hermes-4-70b", "Hermes 4 70B — fast, low-cost open-weight model"), ]