| { | |
| "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 | |
| } | |
| } | |