configs/emacs: switch to llama3.1
This commit is contained in:
parent
2ded2340d4
commit
8b7edba22a
@ -136,12 +136,12 @@ Handy breadcrumbs for seeing where things are in the LSP.
|
|||||||
Simple wrapper for ~ollama~ that lets me pipe regions and what not into various buffers.
|
Simple wrapper for ~ollama~ that lets me pipe regions and what not into various buffers.
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package ollama
|
(use-package ollama
|
||||||
:init
|
:init
|
||||||
(setopt
|
(setopt
|
||||||
ollama:endpoint "https://ollama.otter-alligator.ts.net/api/generate"
|
ollama:endpoint "https://ollama.otter-alligator.ts.net/api/generate"
|
||||||
ollama:language "English"
|
ollama:language "English"
|
||||||
ollama:model "llama3"))
|
ollama:model "llama3.1"))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** web-mode
|
** web-mode
|
||||||
|
Loading…
Reference in New Issue
Block a user