Fixed rustic on macos; updated gptel keybindings and models
This commit is contained in:
+8
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user