taltoris commited on
Commit
8fb793a
·
verified ·
1 Parent(s): 4d3fc43

Upload agent

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