Default to using the gpt-3.5-turbo model for chat from khoj.el

This commit is contained in:
Debanjum Singh Solanky
2023-07-22 00:26:52 -07:00
parent 36d25c4f1d
commit 7722a9c347

View File

@@ -221,7 +221,7 @@ for example), set this to the full interpreter path."
:type '(repeat string) :type '(repeat string)
:group 'khoj) :group 'khoj)
(defcustom khoj-chat-model nil (defcustom khoj-chat-model "gpt-3.5-turbo"
"Specify chat model to use for chat with khoj." "Specify chat model to use for chat with khoj."
:type 'string :type 'string
:group 'khoj) :group 'khoj)