Fixed rustic on macos; updated gptel keybindings and models

This commit is contained in:
Jaden Provost Maxwell-Comfort
2026-09-07 11:31:04 -04:00
parent de48ef2125
commit 381cdcb532
3 changed files with 12 additions and 4 deletions
+8 -2
View File
@@ -5,12 +5,18 @@ Implementing LLM features into Emacs through the ~gptel~ package.
#+begin_src elisp
(use-package gptel
:config
(setq gptel-model 'glm-5.1:cloud
(setq gptel-model 'glm-5.3:cloud
gptel-backend
(gptel-make-ollama "Ollama"
:host "mindforge.randomctf.lan:11434"
:stream t
:models '(kimi-k2.6:cloud glm-5.1:cloud gpt-oss:120b-cloud))))
:models '(kimi-k3:cloud glm-5.3:cloud gpt-oss:120b-cloud)))
(jm/leader-keys
"aa" 'gptel-agent
"am" 'gptel-menu
"as" 'gptel-send
"ak" 'gptel-abort))
#+end_src
There are also a set of tools associated with ~gptel~ in a ~gptel-agent~ repo. This contains various tools to make the integration more agentic.