From 8ed43b151fb8af79b4563bdda8d28b80a9ecfa29 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 15 Jun 2024 21:10:54 +0200 Subject: [PATCH] Prefer claud over gpt --- bundle/bundle--package.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index 9af95343..9432a835 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -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.")