pyclaw3 / config.json
rahul7star's picture
Create config.json
97e14db verified
Raw
History Blame Contribute Delete
213 Bytes
{
"model": "qwen2.5:0.5b",
"endpoint": "http://localhost:11434/api/generate",
"workspace": "/app/workspace",
"debug": true,
"tools": {
"allow_code_execution": true,
"allow_file_write": true
}
}