KebabLover commited on
Commit
66d5de6
·
verified ·
1 Parent(s): afa54d3

Mise à jour de agent.json

Browse files
Files changed (1) hide show
  1. agent.json +20 -0
agent.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": null,
3
+ "description": null,
4
+ "model": {
5
+ "last_input_token_count": null,
6
+ "last_output_token_count": null,
7
+ "model_id": "Qwen/Qwen2.5-Coder-14B-Instruct-GGUF"
8
+ },
9
+ "tools": [
10
+ "FinalAnswerTool",
11
+ "DuckDuckGoSearchTool",
12
+ "VisitWebpageTool",
13
+ "CreateFileTool",
14
+ "ModifyFileTool",
15
+ "ShellCommandTool"
16
+ ],
17
+ "max_steps": 6,
18
+ "grammar": null,
19
+ "planning_interval": null
20
+ }