maybe add gptel-autocomplete
This commit is contained in:
		
							parent
							
								
									be6bc3dbf8
								
							
						
					
					
						commit
						d65c8e87b1
					
				
					 2 changed files with 10 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										4
									
								
								init.el
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								init.el
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -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")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue