geadmin commited on
Commit
214642d
·
verified ·
1 Parent(s): 36cf49a

Upload agent

Browse files
Files changed (2) hide show
  1. agent.json +4 -4
  2. requirements.txt +1 -1
agent.json CHANGED
@@ -6,8 +6,8 @@
6
  "model": {
7
  "class": "HfApiModel",
8
  "data": {
9
- "last_input_token_count": 4305,
10
- "last_output_token_count": 520,
11
  "model_id": "Qwen/Qwen2.5-Coder-32B-Instruct",
12
  "provider": null
13
  }
@@ -36,8 +36,8 @@
36
  "name": null,
37
  "description": null,
38
  "requirements": [
39
- "smolagents",
40
- "duckduckgo_search"
41
  ],
42
  "authorized_imports": [
43
  "collections",
 
6
  "model": {
7
  "class": "HfApiModel",
8
  "data": {
9
+ "last_input_token_count": 11221,
10
+ "last_output_token_count": 534,
11
  "model_id": "Qwen/Qwen2.5-Coder-32B-Instruct",
12
  "provider": null
13
  }
 
36
  "name": null,
37
  "description": null,
38
  "requirements": [
39
+ "duckduckgo_search",
40
+ "smolagents"
41
  ],
42
  "authorized_imports": [
43
  "collections",
requirements.txt CHANGED
@@ -1,2 +1,2 @@
1
- smolagents
2
  duckduckgo_search
 
 
 
1
  duckduckgo_search
2
+ smolagents