geadmin commited on
Commit
70b6ea9
·
verified ·
1 Parent(s): a3693ba

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": 5615,
10
- "last_output_token_count": 113,
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
- "duckduckgo_search",
40
- "smolagents"
41
  ],
42
  "authorized_imports": [
43
  "collections",
 
6
  "model": {
7
  "class": "HfApiModel",
8
  "data": {
9
+ "last_input_token_count": 8370,
10
+ "last_output_token_count": 328,
11
  "model_id": "Qwen/Qwen2.5-Coder-32B-Instruct",
12
  "provider": null
13
  }
 
36
  "name": null,
37
  "description": null,
38
  "requirements": [
39
+ "smolagents",
40
+ "duckduckgo_search"
41
  ],
42
  "authorized_imports": [
43
  "collections",
requirements.txt CHANGED
@@ -1,2 +1,2 @@
1
- duckduckgo_search
2
  smolagents
 
 
 
1
  smolagents
2
+ duckduckgo_search