geadmin commited on
Commit
c3b799a
·
verified ·
1 Parent(s): efd0041

Upload agent

Browse files
Files changed (1) hide show
  1. agent.json +8 -8
agent.json CHANGED
@@ -6,8 +6,8 @@
6
  "model": {
7
  "class": "HfApiModel",
8
  "data": {
9
- "last_input_token_count": 4532,
10
- "last_output_token_count": 294,
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
- "queue",
47
- "datetime",
48
- "stat",
49
  "random",
 
50
  "statistics",
51
- "itertools",
 
52
  "time",
 
53
  "math",
54
  "collections",
55
- "re",
56
- "unicodedata"
57
  ]
58
  }
 
6
  "model": {
7
  "class": "HfApiModel",
8
  "data": {
9
+ "last_input_token_count": 7357,
10
+ "last_output_token_count": 600,
11
  "model_id": "Qwen/Qwen2.5-Coder-32B-Instruct",
12
  "provider": null
13
  }
 
43
  "duckduckgo_search"
44
  ],
45
  "authorized_imports": [
46
+ "itertools",
 
 
47
  "random",
48
+ "stat",
49
  "statistics",
50
+ "datetime",
51
+ "queue",
52
  "time",
53
+ "unicodedata",
54
  "math",
55
  "collections",
56
+ "re"
 
57
  ]
58
  }