blob: 4cc5dca22f60b76101a125d72cd6316794384a9b (
plain)
1
2
3
4
5
|
# Local test credentials — copy to .env (gitignored), never commit.
# OpenCode Go (OpenAI-compatible endpoint).
DISPATCH_API_KEY=sk-...
DISPATCH_BASE_URL=https://opencode.ai/zen/go/v1
DISPATCH_MODEL=deepseek-v4-flash
|