Files
youlu-openclaw-workspace/scripts/email_processor/config.json

14 lines
249 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": 85
}
}