vapit commited on
Commit
35df367
·
verified ·
1 Parent(s): 555ddb0

Upload agent

Browse files
Files changed (1) hide show
  1. agent.json +9 -9
agent.json CHANGED
@@ -10,8 +10,8 @@
10
  "model": {
11
  "class": "HfApiModel",
12
  "data": {
13
- "last_input_token_count": 12924,
14
- "last_output_token_count": 133,
15
  "model_id": "Qwen/Qwen2.5-Coder-32B-Instruct",
16
  "provider": null
17
  }
@@ -49,16 +49,16 @@
49
  "smolagents"
50
  ],
51
  "authorized_imports": [
 
52
  "math",
53
- "unicodedata",
54
  "collections",
55
- "queue",
56
- "datetime",
57
- "itertools",
58
- "stat",
59
  "random",
60
  "statistics",
61
- "time",
62
- "re"
 
 
63
  ]
64
  }
 
10
  "model": {
11
  "class": "HfApiModel",
12
  "data": {
13
+ "last_input_token_count": 14536,
14
+ "last_output_token_count": 229,
15
  "model_id": "Qwen/Qwen2.5-Coder-32B-Instruct",
16
  "provider": null
17
  }
 
49
  "smolagents"
50
  ],
51
  "authorized_imports": [
52
+ "datetime",
53
  "math",
 
54
  "collections",
55
+ "time",
56
+ "re",
 
 
57
  "random",
58
  "statistics",
59
+ "stat",
60
+ "unicodedata",
61
+ "itertools",
62
+ "queue"
63
  ]
64
  }