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