Spaces:
Running
Running
terryyz
commited on
Commit
·
6f24ce5
1
Parent(s):
9329532
add GLM-4.6
Browse files- api_config.yaml +10 -0
api_config.yaml
CHANGED
|
@@ -132,6 +132,16 @@ DeepSeek-V3.2-Exp:
|
|
| 132 |
temperature: 0.7
|
| 133 |
organization: DeepSeek
|
| 134 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 135 |
# o1-2024-12-17:
|
| 136 |
# model: o1-2024-12-17
|
| 137 |
# endpoints: null
|
|
|
|
| 132 |
temperature: 0.7
|
| 133 |
organization: DeepSeek
|
| 134 |
|
| 135 |
+
GLM-4.6:
|
| 136 |
+
model: glm-4.6
|
| 137 |
+
endpoints:
|
| 138 |
+
- api_base: https://api.z.ai/api/paas/v4/
|
| 139 |
+
api_key: ${GLM_API_KEY}
|
| 140 |
+
api_type: openai
|
| 141 |
+
max_tokens: 8192
|
| 142 |
+
temperature: 0.7
|
| 143 |
+
organization: GLM
|
| 144 |
+
|
| 145 |
# o1-2024-12-17:
|
| 146 |
# model: o1-2024-12-17
|
| 147 |
# endpoints: null
|