Skip to content

Commit

Permalink
feat: use llama3.2 for gptel
Browse files Browse the repository at this point in the history
  • Loading branch information
terlar committed Oct 18, 2024
1 parent 4941837 commit e5e7065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.org
Original file line number Diff line number Diff line change
Expand Up @@ -3993,11 +3993,11 @@ Visual undo history navigation.
("g" . gptel-menu)
("G" . gptel))
:config
(setq gptel-model "llama3.1:latest")
(setq gptel-model "llama3.2:latest")
(setq gptel-backend (gptel-make-ollama "Ollama"
:host "localhost:11434"
:stream t
:models '("llama3.1:latest"
:models '("llama3.2:latest"
"gemma2:latest")))
(setq gptel-default-mode 'org-mode)

Expand Down

0 comments on commit e5e7065

Please sign in to comment.