Change default model for gptel.

The dolphin-llama3 model is more fast and, in theory,
give better answers.
This commit is contained in:
KJ 2024-04-30 16:16:03 -04:00
parent e45141b894
commit 5144fd405e

View File

@ -165,7 +165,7 @@
(use-package gptel
:defer t
:config
(setq gptel-model "mistral:latest"
(setq gptel-model "dolphin-llama3:latest"
gptel-backend (gptel-make-ollama "Ollama"
:host "localhost:11434"
:stream t