Spaces:
Paused
Paused
File size: 499 Bytes
80727e7 07679cc 80727e7 9b9fc78 07679cc 9b9fc78 80727e7 9b9fc78 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | {
"$schema": "https://opencode.ai/config.json",
"server": {
"port": 7860,
"hostname": "0.0.0.0",
"mdns": false,
"openBrowser": false
},
"provider": {
"openai": {
"options": {
"timeout": 3600000
}
},
"anthropic": {
"options": {
"timeout": 3600000
}
},
"openrouter": {
"options": {
"timeout": 3600000
}
},
"huggingface": {
"options": {
"timeout": 3600000
}
}
}
}
|