Spaces:
Runtime error
Runtime error
Update agent.json
Browse files- agent.json +2 -2
agent.json
CHANGED
@@ -7,8 +7,8 @@
|
|
7 |
"model": {
|
8 |
"class": "HfApiModel",
|
9 |
"data": {
|
10 |
-
"max_tokens":
|
11 |
-
"temperature":
|
12 |
"last_input_token_count": null,
|
13 |
"last_output_token_count": null,
|
14 |
"model_id": "Qwen/Qwen2.5-Coder-32B-Instruct",
|
|
|
7 |
"model": {
|
8 |
"class": "HfApiModel",
|
9 |
"data": {
|
10 |
+
"max_tokens": 10000,
|
11 |
+
"temperature": 1,
|
12 |
"last_input_token_count": null,
|
13 |
"last_output_token_count": null,
|
14 |
"model_id": "Qwen/Qwen2.5-Coder-32B-Instruct",
|