diff options
| author | Adam Malczewski <[email protected]> | 2026-05-20 20:40:35 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-05-20 20:40:35 +0900 |
| commit | 8151447758e6826a578363758a755c6cebd1c05f (patch) | |
| tree | 6afa780c28ca6e4622c1ab30238665caaad4371e /bin/up | |
| parent | f05099d450748cc7508f8cbde4e6539db2105f6d (diff) | |
| download | dispatch-8151447758e6826a578363758a755c6cebd1c05f.tar.gz dispatch-8151447758e6826a578363758a755c6cebd1c05f.zip | |
feat: claude max oauth support with multi-account switching, reasoning effort, and dynamic model listing
Diffstat (limited to 'bin/up')
| -rwxr-xr-x | bin/up | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,5 +11,5 @@ PROJECT_DIR="$(dirname "$SCRIPT_DIR")" OPENCODE_API_KEY="$(gopass show -o projects/ai-api/opencode_go_key)" # Start all services -sudo OPENCODE_API_KEY="$OPENCODE_API_KEY" \ +OPENCODE_API_KEY="$OPENCODE_API_KEY" \ docker compose -f "$PROJECT_DIR/docker-compose.yml" up "$@" |
