opencode / opencode.json
coincreator's picture
Update opencode.json
07679cc verified
Raw
History Blame Contribute Delete
499 Bytes
{
"$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
}
}
}
}