Use gpt-4-turbo model

This commit is contained in:
Marcus Kammer 2024-06-16 15:13:06 +02:00
parent 8ed43b151f
commit bd6185d81e
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -389,7 +389,7 @@
("C-c G s" . gptel-send))
:custom
(gptel-default-mode 'org-mode)
(gptel-model "claude-3-opus-20240229")
(gptel-model "gpt-4-turbo")
(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.")