From d3787698a8a16b92006d4b5a9d285b170881f225 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 24 May 2026 22:43:49 +0300 Subject: feat(tooling): add ollama fish abbreviations for kimi, qwen, glm, minimax --- hypr.fish | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hypr.fish b/hypr.fish index f243255..f9aed2a 100644 --- a/hypr.fish +++ b/hypr.fish @@ -7,3 +7,9 @@ abbr hyperstack-create ruby ~/git/hyperstack/hyperstack.rb create abbr hyperstack-create-vm2 ruby ~/git/hyperstack/hyperstack.rb create --vm 2 abbr hyperstack-create-both ruby ~/git/hyperstack/hyperstack.rb create --vm both abbr hyperstack-delete-both ruby ~/git/hyperstack/hyperstack.rb delete --vm both + +# Ollama (local endpoint pointing at cloud models) +abbr pi-ollama-kimi pi --provider ollama --model kimi-k2.6:cloud +abbr pi-ollama-qwen pi --provider ollama --model qwen3.5:cloud +abbr pi-ollama-glm pi --provider ollama --model glm-5.1:cloud +abbr pi-ollama-minimax pi --provider ollama --model minimax-m2.7:cloud -- cgit v1.2.3