From f5256bda3310a0afcd7157cb055f6633e7181ffb Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Tue, 6 Jan 2026 16:37:55 -0300 Subject: [PATCH] fix: change synthetic default model to one that exists --- internal/providers/configs/synthetic.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/providers/configs/synthetic.json b/internal/providers/configs/synthetic.json index 0065c008f47ead00483d467bcc373ba7196a377e..c156b250d063fa66f55756e404c7587971612025 100644 --- a/internal/providers/configs/synthetic.json +++ b/internal/providers/configs/synthetic.json @@ -4,7 +4,7 @@ "api_key": "$SYNTHETIC_API_KEY", "api_endpoint": "https://api.synthetic.new/openai/v1", "type": "openai-compat", - "default_large_model_id": "hf:zai-org/GLM-4.6", + "default_large_model_id": "hf:zai-org/GLM-4.7", "default_small_model_id": "hf:deepseek-ai/DeepSeek-V3.1-Terminus", "models": [ { @@ -290,4 +290,4 @@ "options": {} } ] -} \ No newline at end of file +}