Spaces:
Sleeping
Sleeping
Update agent.json
Browse files- agent.json +2 -2
agent.json
CHANGED
@@ -7,11 +7,11 @@
|
|
7 |
"model": {
|
8 |
"class": "HfApiModel",
|
9 |
"data": {
|
10 |
-
"max_tokens":
|
11 |
"temperature": 0.5,
|
12 |
"last_input_token_count": null,
|
13 |
"last_output_token_count": null,
|
14 |
-
"model_id": "
|
15 |
"custom_role_conversions": null
|
16 |
}
|
17 |
},
|
|
|
7 |
"model": {
|
8 |
"class": "HfApiModel",
|
9 |
"data": {
|
10 |
+
"max_tokens": 1024,
|
11 |
"temperature": 0.5,
|
12 |
"last_input_token_count": null,
|
13 |
"last_output_token_count": null,
|
14 |
+
"model_id": "Qwen/Qwen2.5-Coder-1.5B-Instruct",
|
15 |
"custom_role_conversions": null
|
16 |
}
|
17 |
},
|