Spaces:
Running on Zero
Running on Zero
zR commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -188,8 +188,8 @@ def convert_prompt(prompt: str, retry_times: int = 3) -> str:
|
|
| 188 |
},
|
| 189 |
],
|
| 190 |
model="glm-4-plus",
|
| 191 |
-
temperature=
|
| 192 |
-
top_p=0.
|
| 193 |
stream=False,
|
| 194 |
max_tokens=200,
|
| 195 |
)
|
|
|
|
| 188 |
},
|
| 189 |
],
|
| 190 |
model="glm-4-plus",
|
| 191 |
+
temperature=1.0,
|
| 192 |
+
top_p=0.00001,
|
| 193 |
stream=False,
|
| 194 |
max_tokens=200,
|
| 195 |
)
|