Skip to content

Commit c67a245

Browse files
committed
config(org-ai): Use gpt-4o as default model
1 parent 212c094 commit c67a245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spacemacs.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ E.g. when visiting a soft/hard link.
543543
(add-hook 'org-mode-hook #'org-ai-mode) ; enable org-ai in org-mode
544544
(org-ai-global-mode) ; installs global keybindings on C-c M-a
545545
:config
546-
(setq org-ai-default-chat-model "o3-mini")
546+
(setq org-ai-default-chat-model "gpt-4o")
547547
(org-ai-install-yasnippets)) ; if you are using yasnippet and want `ai` snippets (require 'org-ai-talk)
548548
#+END_SRC
549549

0 commit comments

Comments
 (0)