Spaces:
Sleeping
Sleeping
| # LLM Provider API Keys | |
| ANTHROPIC_API_KEY=your-anthropic-key | |
| OPENAI_API_KEY=your-openai-key | |
| GEMINI_API_KEY=your-gemini-key | |
| GROQ_API_KEY=your-groq-key | |
| DEEPSEEK_API_KEY=your-deepseek-key | |
| OPENROUTER_API_KEY=your-openrouter-key | |
| # Server Configuration | |
| HOST=0.0.0.0 | |
| PORT=7860 | |
| DEBUG=false | |
| # Default Model | |
| DEFAULT_PROVIDER=anthropic | |
| DEFAULT_MODEL=claude-sonnet-4-20250514 | |
| # Storage | |
| OPENCODE_STORAGE_PATH=/tmp/opencode-api | |
| # Security (optional) | |
| OPENCODE_SERVER_PASSWORD= | |