Files
Antrophic-Qwen3.6-Proxy/claude-via-proxy.sh

8 lines
187 B
Bash
Raw Normal View History

2026-05-10 10:46:41 +02:00
#!/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 "$@"