From 7d7e3c37f15a49b425eed8743eccea46ac51603d Mon Sep 17 00:00:00 2001 From: Seb Duerr Date: Sat, 24 Jan 2026 15:01:45 -0800 Subject: [PATCH] Add temperature=0.9 and top_p=0.95 to zai-glm-4.7 model --- internal/providers/configs/cerebras.json | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/internal/providers/configs/cerebras.json b/internal/providers/configs/cerebras.json index 09b5cca46bc948f1e7464690f2fb737f5d1ae67b..6968e4debe3f44294e2baa78c284ad1edd4dd3fa 100644 --- a/internal/providers/configs/cerebras.json +++ b/internal/providers/configs/cerebras.json @@ -64,17 +64,9 @@ "context_window": 131072, "default_max_tokens": 25000, "can_reason": false, - "supports_attachments": false - }, - { - "id": "zai-glm-4.7", - "name": "Z.ai GLM 4.7", - "cost_per_1m_in": 2.25, - "cost_per_1m_out": 2.75, - "context_window": 131072, - "default_max_tokens": 25000, - "can_reason": false, - "supports_attachments": false + "supports_attachments": false, + "temperature": 1, + "top_p": 0.95 } ] }