8 lines
187 B
Bash
Executable File
8 lines
187 B
Bash
Executable File
#!/bin/bash
|
|
# Claude Code über lokalen noThinkProxy starten
|
|
# Voraussetzung: Proxy läuft bereits auf localhost:11435
|
|
|
|
export ANTHROPIC_BASE_URL=http://localhost:11435
|
|
|
|
exec claude "$@"
|