diff options
| author | Adam Malczewski <[email protected]> | 2026-05-27 23:17:25 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-05-27 23:17:25 +0900 |
| commit | 72b0eec1f035100887155389ca0f460d6088f4ff (patch) | |
| tree | ee1803dd2c6f9a7354bbf9bacfea1e0eb1f26515 /dispatch.toml | |
| parent | 60f56367dfc1e3c5095d034bed4fb4f572e32b55 (diff) | |
| download | dispatch-72b0eec1f035100887155389ca0f460d6088f4ff.tar.gz dispatch-72b0eec1f035100887155389ca0f460d6088f4ff.zip | |
chore(config): drop personal Google API key entry from dispatch.toml
Diffstat (limited to 'dispatch.toml')
| -rw-r--r-- | dispatch.toml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/dispatch.toml b/dispatch.toml index ebcd3c7..43e164a 100644 --- a/dispatch.toml +++ b/dispatch.toml @@ -24,13 +24,7 @@ base_url = "https://opencode.ai/zen/go/v1" [[keys]] id = "opencode-2" provider = "opencode-go" -base_url = "https://opencode.ai/zen/go/v1" -[[keys]] -id = "newyorkiedog" -provider = "google" -base_url = "https://generativelanguage.googleapis.com/v1beta/openai" - -# ─── Permissions ───────────────────────────────────────────────── +base_url = "https://opencode.ai/zen/go/v1"# ─── Permissions ───────────────────────────────────────────────── [permissions] read = "allow" |
