Add temperature=0.9 and top_p=0.95 to zai-glm-4.7 model

Seb Duerr created

Change summary

internal/providers/configs/cerebras.json | 14 +++-----------
1 file changed, 3 insertions(+), 11 deletions(-)

Detailed changes

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
         }
     ]
 }