Skip to content

Commit 8e09d90

Browse files
committed
feat: tweak gptel config
1 parent d8ca193 commit 8e09d90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

init.org

+3-3
Original file line numberDiff line numberDiff line change
@@ -3992,15 +3992,15 @@ Visual undo history navigation.
39923992
(gptel-make-ollama)
39933993
:bind
39943994
(:map leader-map
3995-
("g" . gptel-menu)
3996-
("G" . gptel))
3995+
("g" . gptel)
3996+
("G" . gptel-menu))
39973997
:config
39983998
(setq gptel-model "llama3.2:latest")
39993999
(setq gptel-backend (gptel-make-ollama "Ollama"
40004000
:host "localhost:11434"
40014001
:stream t
40024002
:models '("llama3.2:latest"
4003-
"gemma2:latest")))
4003+
"gwen2.5-coder:latest")))
40044004
(setq gptel-default-mode 'org-mode)
40054005

40064006
(cl-pushnew

0 commit comments

Comments
 (0)