Marcus/Config/config_Brain.json

20 lines
418 B
JSON

{
"ollama_model": "qwen2.5vl:3b",
"ollama_host": "http://127.0.0.1:11434",
"max_history": 6,
"num_batch": 64,
"num_ctx": 1024,
"subsystems": {
"vlm": true,
"lidar": true,
"voice": true,
"imgsearch": false,
"autonomous": true
},
"num_predict_main": 120,
"num_predict_goal": 80,
"num_predict_patrol": 100,
"num_predict_talk": 80,
"num_predict_verify": 10
}