Spaces:
Running
Running
{ | |
"tools": [ | |
"search_item_ctrl_f", | |
"go_back", | |
"close_popups", | |
"final_answer", | |
], | |
"model": { | |
"class": "LiteLLMModel", | |
"data": { | |
"model_id": "gemini/gemini-2.0-flash", | |
"model_name": "gemini/gemini-2.0-flash", | |
"max_tokens": 2096, | |
"temperature": 0.5 | |
} | |
}, | |
"prompt_templates": { | |
"system_prompt": "{{from_yaml}}", | |
"planning": { | |
"initial_facts": "{{from_yaml}}", | |
"initial_plan": "{{from_yaml}}", | |
"update_facts_pre_messages": "{{from_yaml}}", | |
"update_facts_post_messages": "{{from_yaml}}", | |
"update_plan_pre_messages": "{{from_yaml}}", | |
"update_plan_post_messages": "{{from_yaml}}" | |
} | |
}, | |
"max_steps": 20, | |
"verbosity_level": 2, | |
"authorized_imports": [ | |
"helium", | |
"unicodedata", | |
"stat", | |
"datetime", | |
"random", | |
"pandas", | |
"itertools", | |
"math", | |
"statistics", | |
"queue", | |
"time", | |
"collections", | |
"re" | |
] | |
} |