diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-21 09:55:59 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-21 09:55:59 +0200 |
| commit | fc8a5aefff7c8421c579df1ba8391fdde411d731 (patch) | |
| tree | 55ef71253d09e1002173c227d151a2ab0f4c7fb5 | |
| parent | 7b043165a7f83a47188687ec89b5b2a4d41de57a (diff) | |
Update
| -rw-r--r-- | fish/conf.d/ai.fish | 11 |
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 |
