Skip to content

Commit

Permalink
feat: use llama3.1 for ellama
Browse files Browse the repository at this point in the history
  • Loading branch information
terlar committed Aug 5, 2024
1 parent ff7ea2c commit 23fea20
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 @@ -3943,8 +3943,8 @@ Visual undo history navigation.
:config
(setq ellama-auto-scroll t)
(setq ellama-provider
(make-llm-ollama :chat-model "llama3"
:embedding-model "llama3")))
(make-llm-ollama :chat-model "llama3.1"
:embedding-model "llama3.1")))
#+end_src

* Testing
Expand Down

0 comments on commit 23fea20

Please sign in to comment.