pyclaw-v2 / config.json
rahul7star's picture
Update config.json
caf4373 verified
raw
history blame contribute delete
510 Bytes
{
"model": "hf.co/rahul7star/Qwen3-4B-Thinking-2509-Genius-Coder-AI-Full:Q5_K_M",
"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
}
}