Skip to content

Commit

Permalink
refactor: SPC y e => SPC y R
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jan 19, 2024
1 parent 8eccb00 commit dcb1f2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/app/ai/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
;; FIXME https://github.com/karthink/gptel/issues/182
;; gptel-default-mode #'org-mode
gptel-model "gpt-4-1106-preview")

(gptel-make-ollama
"Ollama" ;Any name of your choosing
:host "localhost:11434" ;Where it's running
Expand Down Expand Up @@ -36,7 +35,7 @@
(:prefix "y"
:desc "Send Buffer gptel" :n "b" #'gptel-ext-send-whole-buffer
:desc "Question Document" :n "q" #'gptel-ext-ask-document
:desc "Rewrite Region" :n "e" #'gptel-ext-rewrite-and-replace
:desc "Rewrite Region" :n "R" #'gptel-ext-rewrite-and-replace
:desc "Refactor Region" :n "r" #'gptel-ext-refactor)))

(use-package! chatgpt-shell
Expand Down

0 comments on commit dcb1f2f

Please sign in to comment.