Merge commit '8b7edba'

This commit is contained in:
Aaron Bieber 2024-07-26 09:55:58 -06:00
commit 9c2859f211
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