tweaks to ai and rustic

This commit is contained in:
Chris Cochrun 2025-09-26 17:00:05 -05:00
parent e84b299018
commit bb3cbdb5f4
2 changed files with 6 additions and 2 deletions

View file

@ -2298,7 +2298,7 @@ GPTEL is a package that uses chatGPT to get some text generation in org-mode
:host "ai.tfcconnection.org"
:protocol "https"
:stream t
:models '("deepseek-r1"))
:models '("deepseek-r1" "gemma3:latest"))
gptel-default-mode #'org-mode)
(setq gptel-directives '((default
. "You are a large language model living in Emacs and a helpful assistant. Respond concisely.")
@ -3830,6 +3830,8 @@ I'd like to start learning and using rust if I can.
"si" 'consult-imenu-multi
"ga" 'rustic-cargo-add
"gC" 'rustic-cargo-clippy
"gf" 'rustic-cargo-clippy-fix
"gF" 'rustic-cargo-fmt
"gt" 'rustic-cargo-test))
#+end_src

View file

@ -1766,7 +1766,7 @@ Also see `chris/window-delete-popup-frame'." command)
:host "ai.tfcconnection.org"
:protocol "https"
:stream t
:models '("deepseek-r1"))
:models '("deepseek-r1" "gemma3:latest"))
gptel-default-mode #'org-mode)
(setq gptel-directives '((default
. "You are a large language model living in Emacs and a helpful assistant. Respond concisely.")
@ -2828,6 +2828,8 @@ current buffer's, reload dir-locals."
"si" 'consult-imenu-multi
"ga" 'rustic-cargo-add
"gC" 'rustic-cargo-clippy
"gf" 'rustic-cargo-clippy-fix
"gF" 'rustic-cargo-fmt
"gt" 'rustic-cargo-test))
(use-package slint-mode