configs/emacs: switch to llama3.1

This commit is contained in:
Aaron Bieber 2024-07-26 09:48:05 -06:00
parent 2ded2340d4
commit 8b7edba22a
No known key found for this signature in database

View File

@ -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.
#+begin_src emacs-lisp
(use-package ollama
:init
(setopt
ollama:endpoint "https://ollama.otter-alligator.ts.net/api/generate"
ollama:language "English"
ollama:model "llama3"))
(use-package ollama
:init
(setopt
ollama:endpoint "https://ollama.otter-alligator.ts.net/api/generate"
ollama:language "English"
ollama:model "llama3.1"))
#+end_src
** web-mode