summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fish/conf.d/ai.fish11
1 files 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