Spaces:
Paused
Paused
File size: 1,123 Bytes
8152e12 15b7d49 8152e12 7627355 b15d840 8152e12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | {
"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"
]
} |