Skip to content

Commit

Permalink
feat: use browse-url-at-point instead of browse-url (#389)
Browse files Browse the repository at this point in the history
* feat: use browse-url-at-point instead of browse-url

* feat: use llama3.1 for ellama
  • Loading branch information
terlar authored Aug 6, 2024
1 parent 8bedbc8 commit 2e437c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions init.org
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ Shorten long Git branch names as well as replace Git prefix with a nice icon.
** Navigation
#+begin_src emacs-lisp :tangle yes
(keymap-set goto-map "k" #'eldoc-doc-buffer)
(keymap-set goto-map "u" #'browse-url)
(keymap-set goto-map "u" #'browse-url-at-point)
#+end_src

** Window
Expand Down 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 2e437c7

Please sign in to comment.