Change default model for gptel.
The dolphin-llama3 model is more fast and, in theory, give better answers.
This commit is contained in:
parent
e45141b894
commit
5144fd405e
@ -165,7 +165,7 @@
|
|||||||
(use-package gptel
|
(use-package gptel
|
||||||
:defer t
|
:defer t
|
||||||
:config
|
:config
|
||||||
(setq gptel-model "mistral:latest"
|
(setq gptel-model "dolphin-llama3:latest"
|
||||||
gptel-backend (gptel-make-ollama "Ollama"
|
gptel-backend (gptel-make-ollama "Ollama"
|
||||||
:host "localhost:11434"
|
:host "localhost:11434"
|
||||||
:stream t
|
:stream t
|
||||||
|
Loading…
Reference in New Issue
Block a user