summaryrefslogtreecommitdiff
path: root/fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish')
-rw-r--r--fish/conf.d/ai.fish8
1 files changed, 8 insertions, 0 deletions
diff --git a/fish/conf.d/ai.fish b/fish/conf.d/ai.fish
index 141cdf0..a66b2bb 100644
--- a/fish/conf.d/ai.fish
+++ b/fish/conf.d/ai.fish
@@ -1,3 +1,11 @@
+function kimi
+ ollama launch opencode --model kimi-k2.6:cloud -y -- run "$1"
+end
+
+function glm
+ ollama launch opencode --model glm-5.1:cloud -y -- run "$1"
+end
+
abbr -a suggest hexai
abbr -a explain 'hexai explain'