tweaks to ai and rustic
This commit is contained in:
parent
e84b299018
commit
bb3cbdb5f4
2 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue