chore: Add section comments and organize AI-related packages

This commit is contained in:
lemyx 2024-12-29 10:21:47 +08:00 committed by lemyx (aider)
parent 191ec90473
commit d2a310a41a

View File

@ -13,6 +13,8 @@
(insert-file-contents path)
(string-trim (buffer-string))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; gptel
(use-package gptel
:ensure t
:config
@ -25,6 +27,7 @@
:key (read-llm-api-key (deepseek-api-key-path))
:models '("deepseek-chat" "deepseek-coder"))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; aider.el
(add-to-list 'load-path "~/.emacs.d/site-lisp/aider/")
(require 'aider)