Spaces:
Sleeping
Sleeping
Upload agent
Browse files- agent.json +8 -8
agent.json
CHANGED
@@ -5,8 +5,8 @@
|
|
5 |
"model": {
|
6 |
"class": "HfApiModel",
|
7 |
"data": {
|
8 |
-
"last_input_token_count":
|
9 |
-
"last_output_token_count":
|
10 |
"model_id": "Qwen/Qwen2.5-Coder-32B-Instruct",
|
11 |
"provider": null
|
12 |
}
|
@@ -41,16 +41,16 @@
|
|
41 |
"smolagents"
|
42 |
],
|
43 |
"authorized_imports": [
|
44 |
-
"itertools",
|
45 |
"queue",
|
46 |
-
"math",
|
47 |
"stat",
|
48 |
-
"
|
49 |
"collections",
|
50 |
"random",
|
|
|
|
|
|
|
|
|
51 |
"statistics",
|
52 |
-
"
|
53 |
-
"unicodedata",
|
54 |
-
"datetime"
|
55 |
]
|
56 |
}
|
|
|
5 |
"model": {
|
6 |
"class": "HfApiModel",
|
7 |
"data": {
|
8 |
+
"last_input_token_count": 2900,
|
9 |
+
"last_output_token_count": 89,
|
10 |
"model_id": "Qwen/Qwen2.5-Coder-32B-Instruct",
|
11 |
"provider": null
|
12 |
}
|
|
|
41 |
"smolagents"
|
42 |
],
|
43 |
"authorized_imports": [
|
|
|
44 |
"queue",
|
|
|
45 |
"stat",
|
46 |
+
"time",
|
47 |
"collections",
|
48 |
"random",
|
49 |
+
"re",
|
50 |
+
"math",
|
51 |
+
"datetime",
|
52 |
+
"itertools",
|
53 |
"statistics",
|
54 |
+
"unicodedata"
|
|
|
|
|
55 |
]
|
56 |
}
|