stc-face commited on
Commit
ed41484
·
verified ·
1 Parent(s): f48abac

Upload agent

Browse files
Files changed (1) hide show
  1. agent.json +9 -9
agent.json CHANGED
@@ -5,8 +5,8 @@
5
  "model": {
6
  "class": "HfApiModel",
7
  "data": {
8
- "last_input_token_count": 2562,
9
- "last_output_token_count": 103,
10
  "model_id": "Qwen/Qwen2.5-Coder-32B-Instruct",
11
  "provider": null
12
  }
@@ -41,16 +41,16 @@
41
  "smolagents"
42
  ],
43
  "authorized_imports": [
44
- "re",
 
 
 
45
  "random",
46
- "datetime",
47
  "unicodedata",
48
- "math",
49
  "itertools",
50
- "time",
51
  "collections",
52
- "stat",
53
- "queue",
54
- "statistics"
55
  ]
56
  }
 
5
  "model": {
6
  "class": "HfApiModel",
7
  "data": {
8
+ "last_input_token_count": 3550,
9
+ "last_output_token_count": 106,
10
  "model_id": "Qwen/Qwen2.5-Coder-32B-Instruct",
11
  "provider": null
12
  }
 
41
  "smolagents"
42
  ],
43
  "authorized_imports": [
44
+ "statistics",
45
+ "math",
46
+ "stat",
47
+ "queue",
48
  "random",
 
49
  "unicodedata",
50
+ "datetime",
51
  "itertools",
52
+ "re",
53
  "collections",
54
+ "time"
 
 
55
  ]
56
  }