Files
youlu-openclaw-workspace/scripts/email_processor/config.json
2026-03-04 10:40:12 -08:00

15 lines
284 B
JSON

{
"ollama": {
"host": "http://localhost:11434",
"model": "kamekichi128/qwen3-4b-instruct-2507:latest"
},
"rules": {
"max_body_length": 1000,
"check_unseen_only": true
},
"automation": {
"confidence_threshold": 75,
"bootstrap_min_decisions": 30
}
}