From 72b0eec1f035100887155389ca0f460d6088f4ff Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Wed, 27 May 2026 23:17:25 +0900 Subject: chore(config): drop personal Google API key entry from dispatch.toml --- dispatch.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'dispatch.toml') 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" -- cgit v1.2.3