maybe add gptel-autocomplete

This commit is contained in:
Chris Cochrun 2025-10-22 09:23:27 -05:00
parent be6bc3dbf8
commit d65c8e87b1
2 changed files with 10 additions and 2 deletions

View file

@ -257,9 +257,9 @@ To use straight we need to bootstrap it. This code is pulled right from Straight
(eval-print-last-sexp)))
(load bootstrap-file nil 'nomessage))
(setq straight-use-package-by-default t)
;;(setq straight-use-package-by-default t)
(straight-use-package 'use-package)
;;(straight-use-package 'use-package)
#+end_src
In order to make sure I can use melpa packages without straight...
@ -2318,6 +2318,10 @@ Describe everything that follows in the present tense, in response to what I typ
:keymaps 'override
"ls" 'gptel-send
"lm" 'gptel-menu))
;;(straight-use-package
;; '(gptel-autocomplete :type git :host github :repo "JDNdeveloper/gptel-autocomplete"))
;;(require 'gptel-autocomplete)
#+end_src
*** Ellama
Idk, let's try this i guess

View file

@ -1787,6 +1787,10 @@ Describe everything that follows in the present tense, in response to what I typ
"ls" 'gptel-send
"lm" 'gptel-menu))
;;(straight-use-package
;; '(gptel-autocomplete :type git :host github :repo "JDNdeveloper/gptel-autocomplete"))
;;(require 'gptel-autocomplete)
(use-package aidermacs
:config
(setenv "OLLAMA_API_BASE" "https://ai.tfcconnection.org")