geadmin commited on
Commit
697319a
·
verified ·
1 Parent(s): e7e6ae2

Upload agent

Browse files
Files changed (1) hide show
  1. agent.json +10 -10
agent.json CHANGED
@@ -6,8 +6,8 @@
6
  "model": {
7
  "class": "HfApiModel",
8
  "data": {
9
- "last_input_token_count": 4111,
10
- "last_output_token_count": 29,
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
- "collections",
 
 
47
  "itertools",
48
  "re",
49
- "time",
50
- "statistics",
51
- "random",
52
- "math",
53
- "queue",
54
- "stat",
55
  "unicodedata",
56
- "datetime"
 
 
 
 
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
  }