mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-10 05:39:11 +00:00
Default to using the gpt-3.5-turbo model for chat from khoj.el
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user