21 lines
446 B
JSON
21 lines
446 B
JSON
{
|
|
"ollama_model": "qwen2.5vl:3b",
|
|
"ollama_host": "http://127.0.0.1:11434",
|
|
"max_history": 6,
|
|
"num_batch": 128,
|
|
"num_ctx": 2048,
|
|
"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,
|
|
"warmup_num_predict": 5
|
|
}
|