style: Convert tabs to spaces across Emacs config
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
;;; init-gptel.el --- ai -*- lexical-binding: t -*-
|
||||
;;; init-gptel.el --- ai -*- lexical-binding: t -*-
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
(use-package gptel
|
||||
:config
|
||||
(setq gptel-log-level t
|
||||
gptel-default-mode 'org-mode
|
||||
gptel-include-reasoning "*gptel-reasoning*")
|
||||
gptel-default-mode 'org-mode
|
||||
gptel-include-reasoning "*gptel-reasoning*")
|
||||
(add-hook 'gptel-post-response-functions 'gptel-end-of-response)
|
||||
(add-hook 'gptel-post-stream-hook 'gptel-auto-scroll)
|
||||
(setq gptel-prompt-prefix-alist '((markdown-mode . "## User: ") (org-mode . "** User: ") (text-mode . "## User: ")))
|
||||
@@ -137,7 +137,7 @@ explanations, no quotes, no punctuation, no file extension."
|
||||
:models '((kimi-for-coding))
|
||||
:request-params '(:temperature 0.6 :thinking (:type "disabled"))
|
||||
:header (lambda (_)
|
||||
(when-let* ((key (gptel--get-api-key)))
|
||||
(when-let* ((key (gptel--get-api-key)))
|
||||
`(("User-Agent" . "RooCode/3.30.3")
|
||||
("HTTP-Referer" . "https://github.com/RooVetGit/Roo-Cline")
|
||||
("X-Title" . "Roo Code")
|
||||
|
||||
Reference in New Issue
Block a user