initiale version
This commit is contained in:
7
claude-via-proxy.sh
Executable file
7
claude-via-proxy.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/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 "$@"
|
||||
Reference in New Issue
Block a user