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