CoolFace
Apppublic

flutterdev555/mymodel

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
agent.json52 linesDownload Raw Back to root
1{2    "tools": [3        "web_search",4        "visit_webpage",5        "final_answer"6    ],7    "model": {8        "class": "HfApiModel",9        "data": {10            "max_tokens": 4096,11            "temperature": 0.1,12            "last_input_token_count": null,13            "last_output_token_count": null,14            "model_id": "Qwen/Qwen2.5-Coder-32B-Instruct",15            "custom_role_conversions": null16        }17    },18    "max_steps": 12,19    "verbosity_level": 1,20    "grammar": null,21    "planning_interval": 3,22    "name": "gaia_agent",23    "description": "An agent designed for GAIA benchmark question answering.",24    "authorized_imports": [25        "unicodedata",26        "stat",27        "datetime",28        "random",29        "pandas",30        "itertools",31        "math",32        "statistics",33        "queue",34        "time",35        "collections",36        "re",37        "json",38        "os",39        "sys",40        "csv",41        "string",42        "hashlib",43        "functools",44        "operator",45        "fractions",46        "decimal",47        "typing",48        "io",49        "base64",50        "urllib"51    ]52}