diff --git a/src/interface/emacs/khoj.el b/src/interface/emacs/khoj.el index 424a61a2..3685c973 100644 --- a/src/interface/emacs/khoj.el +++ b/src/interface/emacs/khoj.el @@ -221,7 +221,7 @@ for example), set this to the full interpreter path." :type '(repeat string) :group 'khoj) -(defcustom khoj-chat-model nil +(defcustom khoj-chat-model "gpt-3.5-turbo" "Specify chat model to use for chat with khoj." :type 'string :group 'khoj)