Spaces:
Paused
Paused
| { | |
| "$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 | |
| } | |
| } | |
| } | |
| } | |