chore: Add section comments and organize AI-related packages
This commit is contained in:
parent
191ec90473
commit
d2a310a41a
@ -13,6 +13,8 @@
|
|||||||
(insert-file-contents path)
|
(insert-file-contents path)
|
||||||
(string-trim (buffer-string))))
|
(string-trim (buffer-string))))
|
||||||
|
|
||||||
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
;; gptel
|
||||||
(use-package gptel
|
(use-package gptel
|
||||||
:ensure t
|
:ensure t
|
||||||
:config
|
:config
|
||||||
@ -25,6 +27,7 @@
|
|||||||
:key (read-llm-api-key (deepseek-api-key-path))
|
:key (read-llm-api-key (deepseek-api-key-path))
|
||||||
:models '("deepseek-chat" "deepseek-coder"))))
|
:models '("deepseek-chat" "deepseek-coder"))))
|
||||||
|
|
||||||
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; aider.el
|
;; aider.el
|
||||||
(add-to-list 'load-path "~/.emacs.d/site-lisp/aider/")
|
(add-to-list 'load-path "~/.emacs.d/site-lisp/aider/")
|
||||||
(require 'aider)
|
(require 'aider)
|
||||||
|
Loading…
Reference in New Issue
Block a user