Add new autoloaded commands to use-package declaration and set default model

This commit is contained in:
Jeremy Dormitzer 2024-05-21 10:27:02 -04:00
parent 3d39b0c3df
commit b231ec9327

View File

@ -9,12 +9,14 @@
llm-set-model
llm-prompt
llm-prompt-buffer
llm-prompt-region)
llm-prompt-region
llm-chat
llm-doctor)
:config
(add-to-list 'display-buffer-alist '("\\*llm-.*\\*"
(display-buffer-reuse-mode-window
display-buffer-pop-up-window)))
:custom
(llm-model "Meta-Llama-3-8B-Instruct"))
(llm-model "llama3:latest"))
(provide 'init-llm)