fix: Correct ibuffer occur grouping, add temperature parameter to Kimi API
- Move `occur-mode` and `occur-edit-mode` from "Emacs" to "Search" ibuffer group - Add temperature parameter to Kimi API request - Remove `~` from electric-pair pairs - Change `multiple-cursors` config to use `:custom` - Fix duplicate `holiday` face definition in both base16 themes
This commit is contained in:
@@ -129,7 +129,7 @@ from the last 1500 characters of the buffer."
|
||||
(auth-source-pick-first-password :host "api.kimi.com" :user "apikey"))
|
||||
:stream t
|
||||
:models '((kimi-for-coding))
|
||||
:request-params '(:thinking (:type "disabled"))
|
||||
:request-params '(:temperature 0.6 :thinking (:type "disabled"))
|
||||
:header (lambda (_)
|
||||
(when-let ((key (gptel--get-api-key)))
|
||||
`(("User-Agent" . "RooCode/3.30.3")
|
||||
|
||||
Reference in New Issue
Block a user