HF_Agents_Course / agent.json
raul-padua's picture
Update agent.json
d5a5ba2 verified
raw
history blame contribute delete
734 Bytes
{
"tools": [
"web_search",
"visit_webpage",
"final_answer"
],
"model": {
"class": "HfApiModel",
"data": {
"max_tokens": 2096,
"temperature": 0.5,
"model_id": "Qwen/Qwen2.5-Coder-32B-Instruct",
"custom_role_conversions": null
}
},
"authorized_imports": [
"unicodedata",
"stat",
"datetime",
"random",
"pandas",
"itertools",
"math",
"statistics",
"queue",
"time",
"collections",
"re",
"transformers",
"keybert",
"wikipedia",
"pytz",
"pyyaml",
"gradio"
]
}