Created
June 27, 2026 00:32
-
-
Save johnandersen777/87685b5ea4dd4d83d322d56f56ab31ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| export ANTHROPIC_MODEL="deepseek-v4-pro[1m]" | |
| export ANTHROPIC_DEFAULT_OPUS_MODEL="deepseek-v4-pro[1m]" | |
| export ANTHROPIC_DEFAULT_SONNET_MODEL="deepseek-v4-pro[1m]" | |
| export ANTHROPIC_DEFAULT_HAIKU_MODEL="deepseek-v4-flash" | |
| export CLAUDE_CODE_SUBAGENT_MODEL="deepseek-v4-flash" | |
| export CLAUDE_CODE_EFFORT_LEVEL="high" | |
| export ANTHROPIC_BASE_URL="https://api.deepseek.com/anthropic" | |
| export ANTHROPIC_API_KEY="sk-..." | |
| exec claude --allow-dangerously-skip-permissions --dangerously-skip-permissions $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment