From 7722a9c3476519471b902076f591634389b13aaf Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Sat, 22 Jul 2023 00:26:52 -0700 Subject: [PATCH] Default to using the gpt-3.5-turbo model for chat from khoj.el --- src/interface/emacs/khoj.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)