diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-24 22:43:49 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-24 22:43:49 +0300 |
| commit | d3787698a8a16b92006d4b5a9d285b170881f225 (patch) | |
| tree | c992a3e89808f02f58ae9528b4634d50feebb4db | |
| parent | 0e4f5ca14e6f5e1608888acbec575a6838a1a83c (diff) | |
feat(tooling): add ollama fish abbreviations for kimi, qwen, glm, minimax
| -rw-r--r-- | hypr.fish | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
