Reconfigure gptel models.

This commit is contained in:
KJ 2024-09-21 12:41:05 -04:00
parent 9553b240d8
commit 9876be8389
1 changed files with 2 additions and 2 deletions

View File

@ -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 . "# ")