Spaces:
Running
Running
Upload agent
Browse files- agent.json +9 -9
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,17 +41,17 @@
|
|
41 |
"smolagents"
|
42 |
],
|
43 |
"authorized_imports": [
|
|
|
44 |
"math",
|
45 |
-
"random",
|
46 |
-
"time",
|
47 |
-
"itertools",
|
48 |
"queue",
|
49 |
-
"
|
|
|
50 |
"collections",
|
51 |
-
"
|
52 |
"stat",
|
53 |
-
"
|
54 |
-
"
|
|
|
55 |
],
|
56 |
"executor_type": "local",
|
57 |
"executor_kwargs": {},
|
|
|
5 |
"model": {
|
6 |
"class": "HfApiModel",
|
7 |
"data": {
|
8 |
+
"last_input_token_count": 2660,
|
9 |
+
"last_output_token_count": 245,
|
10 |
"model_id": "Qwen/Qwen2.5-Coder-32B-Instruct",
|
11 |
"provider": null
|
12 |
}
|
|
|
41 |
"smolagents"
|
42 |
],
|
43 |
"authorized_imports": [
|
44 |
+
"statistics",
|
45 |
"math",
|
|
|
|
|
|
|
46 |
"queue",
|
47 |
+
"itertools",
|
48 |
+
"unicodedata",
|
49 |
"collections",
|
50 |
+
"datetime",
|
51 |
"stat",
|
52 |
+
"re",
|
53 |
+
"random",
|
54 |
+
"time"
|
55 |
],
|
56 |
"executor_type": "local",
|
57 |
"executor_kwargs": {},
|