[emacs] Enable thinking for claude
This commit is contained in:
parent
e5b297962a
commit
798d5ae05a
1 changed files with 5 additions and 2 deletions
|
|
@ -1427,8 +1427,11 @@ Do this when you edit your project view."
|
||||||
(setq
|
(setq
|
||||||
gptel-model 'claude-3-7-sonnet-20250219 ; "claude-3-opus-20240229" also available
|
gptel-model 'claude-3-7-sonnet-20250219 ; "claude-3-opus-20240229" also available
|
||||||
gptel-backend (gptel-make-anthropic "Claude"
|
gptel-backend (gptel-make-anthropic "Claude"
|
||||||
:stream t :key #'claude-get-api-key))
|
:stream t
|
||||||
)
|
:key #'claude-get-api-key
|
||||||
|
:request-params '(:thinking (:type "enabled" :budget_tokens 2048)
|
||||||
|
:max_tokens 4096))))
|
||||||
|
|
||||||
|
|
||||||
;; =================================================================
|
;; =================================================================
|
||||||
;; Debugging
|
;; Debugging
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue