From b99998823cd927386129c4dd228e6e8a7a0ffb5b Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 25 Nov 2023 08:44:20 -0700 Subject: [PATCH] [Emacs] Use gpt-4 as model in gptel --- dotfiles/emacs.d/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 6e511598..89faab5e 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -3459,7 +3459,7 @@ crux-reopen-as-root-mode makes it so that any file owned by root will automatica :config (progn (add-to-list 'gptel-directives '(finish-code . "You are a large language model and a careful programmer. Provide code that completes what is provided and only code as output without any additional text, prompt or note.")) - ;; (setq gptel-model "gpt-4") + (setq gptel-model "gpt-4") )) #+end_src * Cooperation