Skip to content

Commit

Permalink
[emacs] Replace default model for ellama
Browse files Browse the repository at this point in the history
This models return better results ans also show its thinking process
  • Loading branch information
erickgnavar committed Jan 30, 2025
1 parent 3a4d350 commit d9702a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .emacs.d/bootstrap.org
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ UI to interact with models, relies on ~llm~
(with-eval-after-load 'llm-ollama
(setopt ellama-provider (make-llm-ollama
:host "localhost"
:chat-model "deepseek-coder-v2"))))
:chat-model "deepseek-r1:8b"))))
#+end_src

Custom functions to better management of models
Expand Down

0 comments on commit d9702a1

Please sign in to comment.