diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-20 22:52:50 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-20 22:52:50 +0200 |
| commit | 129dcd81dd1a929b03ba88ad8bc2b852fefb39eb (patch) | |
| tree | 59ca9a0ac0bcf940900ea8dfd6e9aa0c1c6ac1bc /fish | |
| parent | 097afe5a81849ea8a921286c887014e242fa3794 (diff) | |
update
Diffstat (limited to 'fish')
| -rw-r--r-- | fish/conf.d/ai.fish | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fish/conf.d/ai.fish b/fish/conf.d/ai.fish index 49b6211..51ca295 100644 --- a/fish/conf.d/ai.fish +++ b/fish/conf.d/ai.fish @@ -6,3 +6,6 @@ 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 |
