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