Spaces:
Sleeping
Sleeping
Upload agent
Browse files- agent.json +9 -9
agent.json
CHANGED
@@ -10,8 +10,8 @@
|
|
10 |
"model": {
|
11 |
"class": "HfApiModel",
|
12 |
"data": {
|
13 |
-
"last_input_token_count":
|
14 |
-
"last_output_token_count":
|
15 |
"model_id": "Qwen/Qwen2.5-Coder-32B-Instruct",
|
16 |
"provider": null
|
17 |
}
|
@@ -49,16 +49,16 @@
|
|
49 |
"smolagents"
|
50 |
],
|
51 |
"authorized_imports": [
|
|
|
52 |
"math",
|
53 |
-
"unicodedata",
|
54 |
"collections",
|
55 |
-
"
|
56 |
-
"
|
57 |
-
"itertools",
|
58 |
-
"stat",
|
59 |
"random",
|
60 |
"statistics",
|
61 |
-
"
|
62 |
-
"
|
|
|
|
|
63 |
]
|
64 |
}
|
|
|
10 |
"model": {
|
11 |
"class": "HfApiModel",
|
12 |
"data": {
|
13 |
+
"last_input_token_count": 14536,
|
14 |
+
"last_output_token_count": 229,
|
15 |
"model_id": "Qwen/Qwen2.5-Coder-32B-Instruct",
|
16 |
"provider": null
|
17 |
}
|
|
|
49 |
"smolagents"
|
50 |
],
|
51 |
"authorized_imports": [
|
52 |
+
"datetime",
|
53 |
"math",
|
|
|
54 |
"collections",
|
55 |
+
"time",
|
56 |
+
"re",
|
|
|
|
|
57 |
"random",
|
58 |
"statistics",
|
59 |
+
"stat",
|
60 |
+
"unicodedata",
|
61 |
+
"itertools",
|
62 |
+
"queue"
|
63 |
]
|
64 |
}
|