ollama pro claude
This commit is contained in:
11
bin/zclaude
Executable file
11
bin/zclaude
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -E -o errexit -o nounset -o pipefail
|
||||
|
||||
export ANTHROPIC_BASE_URL="http://nvidia.hell:11434"
|
||||
export ANTHROPIC_AUTH_TOKEN="ollama"
|
||||
export ANTHROPIC_DEFAULT_OPUS_MODEL="kimi-k2.7-code:cloud"
|
||||
export ANTHROPIC_DEFAULT_SONNET_MODEL="glm-5.2:cloud"
|
||||
export ANTHROPIC_DEFAULT_HAIKU_MODEL="minimax-m3:cloud"
|
||||
|
||||
exec claude "$@"
|
||||
Reference in New Issue
Block a user