idk
This commit is contained in:
parent
5b05937cef
commit
af5594a719
2 changed files with 4 additions and 2 deletions
3
init.el
3
init.el
|
@ -21,6 +21,7 @@
|
|||
|
||||
(setq comp-deferred-compilation-deny-list nil)
|
||||
(setq frame-resize-pixelwise t)
|
||||
(set-frame-parameter nil 'undecorated t)
|
||||
|
||||
(if (string-equal (system-name) "syl")
|
||||
(defvar chris/default-font-size 120)
|
||||
|
@ -1752,7 +1753,7 @@ Also see `chris/window-delete-popup-frame'." command)
|
|||
:host "ai.tfcconnection.org"
|
||||
:protocol "https"
|
||||
:stream t
|
||||
:models '("llama3.2:3b-instruct-fp16"))
|
||||
:models '("deepseek-r1"))
|
||||
gptel-default-mode #'org-mode)
|
||||
(setq gptel-directives '((default
|
||||
. "You are a large language model living in Emacs and a helpful assistant. Respond concisely.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue