Reconfigure gptel models.
This commit is contained in:
parent
9553b240d8
commit
9876be8389
@ -138,11 +138,11 @@
|
|||||||
(use-package gptel
|
(use-package gptel
|
||||||
:defer t
|
:defer t
|
||||||
:config
|
:config
|
||||||
(setq gptel-model "dolphin-llama3:latest"
|
(setq gptel-model "gemma2"
|
||||||
gptel-backend (gptel-make-ollama "Ollama"
|
gptel-backend (gptel-make-ollama "Ollama"
|
||||||
:host "localhost:11434"
|
:host "localhost:11434"
|
||||||
:stream t
|
:stream t
|
||||||
:models '("mistral:latest" "dolphin-llama3:latest" "llama3:latest" "llava:latest"))
|
:models '("mistral:latest" "dolphin-llama3:latest" "gemma2" "llava:latest"))
|
||||||
gptel-default-mode 'org-mode
|
gptel-default-mode 'org-mode
|
||||||
gptel-prompt-prefix-alist
|
gptel-prompt-prefix-alist
|
||||||
'((markdown-mode . "# ")
|
'((markdown-mode . "# ")
|
||||||
|
Loading…
Reference in New Issue
Block a user