Set gpt 4o model
This commit is contained in:
parent
9733ce7164
commit
2a1d5de192
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@
|
||||||
("C-c G s" . gptel-send))
|
("C-c G s" . gptel-send))
|
||||||
:custom
|
:custom
|
||||||
(gptel-default-mode 'org-mode)
|
(gptel-default-mode 'org-mode)
|
||||||
(gptel-model "gpt-4")
|
(gptel-model "gpt-4o")
|
||||||
(gptel-directives
|
(gptel-directives
|
||||||
'((default . "You are a large language model living in Emacs and a helpful assistant. Respond concisely.")
|
'((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.")
|
(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