working aider
This commit is contained in:
parent
9d611fb93f
commit
3032aefc86
3 changed files with 8 additions and 11 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -11,4 +11,5 @@ tramp
|
|||
bookmarks
|
||||
elpa
|
||||
|
||||
recentf
|
||||
recentf
|
||||
.aider*
|
||||
|
|
|
@ -2288,7 +2288,7 @@ GPTEL is a package that uses chatGPT to get some text generation in org-mode
|
|||
#+begin_src emacs-lisp
|
||||
(use-package gptel
|
||||
:init
|
||||
(setq gptel-model "llama3.2:3b-instruct-fp16"
|
||||
(setq gptel-model "gemma3:4b-it-q8_0"
|
||||
gptel-backend (gptel-make-ollama "ollama"
|
||||
:host "ai.tfcconnection.org"
|
||||
:protocol "https"
|
||||
|
@ -2379,12 +2379,10 @@ Idk, let's try this i guess
|
|||
#+begin_src emacs-lisp
|
||||
(use-package aidermacs
|
||||
:config
|
||||
(setenv "OLLAMA_API_BASE" "https://ai.tfcconnection.org")
|
||||
(setq aidermacs-default-model "ollama_chat/llama3.2:latest"
|
||||
aidermacs-backend 'comint
|
||||
aidermacs-watch-files t)
|
||||
(add-hook 'aidermacs-before-run-backend-hook
|
||||
((lambda ()
|
||||
(setenv "OLLAMA_API_BASE" "https://ai.tfcconnection.org")))))
|
||||
aidermacs-watch-files t))
|
||||
#+end_src
|
||||
|
||||
** Jinx
|
||||
|
|
8
init.el
8
init.el
|
@ -1760,7 +1760,7 @@ Also see `chris/window-delete-popup-frame'." command)
|
|||
|
||||
(use-package gptel
|
||||
:init
|
||||
(setq gptel-model "llama3.2:3b-instruct-fp16"
|
||||
(setq gptel-model "gemma3:4b-it-q8_0"
|
||||
gptel-backend (gptel-make-ollama "ollama"
|
||||
:host "ai.tfcconnection.org"
|
||||
:protocol "https"
|
||||
|
@ -1787,12 +1787,10 @@ Describe everything that follows in the present tense, in response to what I typ
|
|||
|
||||
(use-package aidermacs
|
||||
:config
|
||||
(setenv "OLLAMA_API_BASE" "https://ai.tfcconnection.org")
|
||||
(setq aidermacs-default-model "ollama_chat/llama3.2:latest"
|
||||
aidermacs-backend 'comint
|
||||
aidermacs-watch-files t)
|
||||
(add-hook 'aidermacs-before-run-backend-hook
|
||||
((lambda ()
|
||||
(setenv "OLLAMA_API_BASE" "https://ai.tfcconnection.org")))))
|
||||
aidermacs-watch-files t))
|
||||
|
||||
(use-package jinx
|
||||
;; :hook (emacs-startup . global-jinx-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue