From fc8a5aefff7c8421c579df1ba8391fdde411d731 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 21 Mar 2026 09:55:59 +0200 Subject: Update --- fish/conf.d/ai.fish | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/fish/conf.d/ai.fish b/fish/conf.d/ai.fish index 51ca295..4e2296d 100644 --- a/fish/conf.d/ai.fish +++ b/fish/conf.d/ai.fish @@ -1,11 +1,6 @@ abbr -a suggest hexai 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' -abbr pi-hyperstack-nemotron pi --model hyperstack1/cyankiwi/NVIDIA-Nemotron-3-Super-120B-A12B-AWQ-4bit -abbr pi-hyperstack-coder pi --model hyperstack2/bullpoint/Qwen3-Coder-Next-AWQ-4bit +if test -f ~/git/hyperstack/hyperstack.fish + source ~/git/hyperstack/hyperstack.fish +end -- cgit v1.2.3