File size: 456 Bytes
8ae33a6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | {
"model": "qwen2.5:0.5b",
"endpoint": "http://localhost:11434/api/generate",
"workspace": ".",
"debug": false,
"multi_instance": {
"enabled": true,
"ports": [11434, 11435, 11436, 11437]
},
"queue": {
"type": "redis",
"redis_host": "localhost",
"redis_port": 6379,
"queue_name": "grok_tasks"
},
"scheduler": {
"enabled": true,
"check_interval": 60
}
}
|