diff options
Diffstat (limited to 'dispatch.toml')
| -rw-r--r-- | dispatch.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatch.toml b/dispatch.toml index 6fcf964..7e6fa5a 100644 --- a/dispatch.toml +++ b/dispatch.toml @@ -14,7 +14,7 @@ fallback = ["claude-pro", "claude-max", "opencode-1", "opencode-2", "copilot"] id = "claude-pro" provider = "anthropic" base_url = "https://api.anthropic.com/v1" -# Reads from ~/.claude/.credentials.json (default) +credentials_file = "/root/.claude/.credentials-1.json" [[keys]] id = "claude-max" |
