We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ca193 commit 8e09d90Copy full SHA for 8e09d90
init.org
@@ -3992,15 +3992,15 @@ Visual undo history navigation.
3992
(gptel-make-ollama)
3993
:bind
3994
(:map leader-map
3995
- ("g" . gptel-menu)
3996
- ("G" . gptel))
+ ("g" . gptel)
+ ("G" . gptel-menu))
3997
:config
3998
(setq gptel-model "llama3.2:latest")
3999
(setq gptel-backend (gptel-make-ollama "Ollama"
4000
:host "localhost:11434"
4001
:stream t
4002
:models '("llama3.2:latest"
4003
- "gemma2:latest")))
+ "gwen2.5-coder:latest")))
4004
(setq gptel-default-mode 'org-mode)
4005
4006
(cl-pushnew
0 commit comments