summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-18 09:11:39 +0200
committerPaul Buetow <paul@buetow.org>2026-03-18 09:11:39 +0200
commit96048c65d2be8d6a00af1e14b7e61f095842efc9 (patch)
tree8065717aab3b00ae7bde148bcb481710cfc05f4d
parent6c8da65b3148a04925630a77bba55532d02fb41c (diff)
Add hyperstack-claude abbr for Claude Code via vLLM/LiteLLM
Points at the LiteLLM Anthropic-API proxy on the Hyperstack VM over the wg1 WireGuard tunnel (hyperstack.wg1:4000). Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
-rw-r--r--fish/conf.d/ai.fish3
1 files changed, 3 insertions, 0 deletions
diff --git a/fish/conf.d/ai.fish b/fish/conf.d/ai.fish
index 5ac4bae..49b6211 100644
--- a/fish/conf.d/ai.fish
+++ b/fish/conf.d/ai.fish
@@ -3,3 +3,6 @@ abbr -a explain 'hexai explain'
if test (uname) = Linux
set -gx OLLAMA_HOST http://hyperstack.wg1:11434
end
+
+# Claude Code via vLLM + LiteLLM proxy on Hyperstack VM (requires wg1 tunnel active)
+abbr -a hyperstack-claude 'ANTHROPIC_BASE_URL=http://hyperstack.wg1:4000 ANTHROPIC_API_KEY=sk-litellm-master claude --model claude-opus-4-6-20260604 --dangerously-skip-permissions'