Prefer claud over gpt
This commit is contained in:
parent
2bf5a7dd90
commit
8ed43b151f
1 changed files with 1 additions and 2 deletions
|
@ -367,7 +367,6 @@
|
|||
;; :defer t
|
||||
;; :after json-mode)
|
||||
|
||||
|
||||
(defun get-anthropic-key ()
|
||||
"Retrieve the Anthropics API key using 'auth-source'."
|
||||
(require 'auth-source)
|
||||
|
@ -390,7 +389,7 @@
|
|||
("C-c G s" . gptel-send))
|
||||
:custom
|
||||
(gptel-default-mode 'org-mode)
|
||||
(gptel-model "gpt-4o")
|
||||
(gptel-model "claude-3-opus-20240229")
|
||||
(gptel-directives
|
||||
'((default . "You are a large language model living in Emacs and a helpful assistant. Respond concisely.")
|
||||
(programming . "You are a large language model and a careful programmer. Provide code and only code as output without any additional text, prompt or note.")
|
||||
|
|
Loading…
Add table
Reference in a new issue