diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-11 08:48:58 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-11 08:48:58 +0300 |
| commit | 1d6df552fadb4e7d1f692cb07ae5e7cc692fb587 (patch) | |
| tree | 5db708e4654dea369a5ef8f0646b8fb46a9a03bb | |
| parent | f3bf0c994fe07affe17b2a60a1d71fd2652c120e (diff) | |
Update
| -rw-r--r-- | fish/conf.d/ai.fish | 8 |
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' |
