summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-24 22:43:49 +0300
committerPaul Buetow <paul@buetow.org>2026-05-24 22:43:49 +0300
commitd3787698a8a16b92006d4b5a9d285b170881f225 (patch)
treec992a3e89808f02f58ae9528b4634d50feebb4db
parent0e4f5ca14e6f5e1608888acbec575a6838a1a83c (diff)
feat(tooling): add ollama fish abbreviations for kimi, qwen, glm, minimax
-rw-r--r--hypr.fish6
1 files changed, 6 insertions, 0 deletions
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