mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Default to using the gpt-3.5-turbo model for chat from khoj.el
This commit is contained in:
parent
36d25c4f1d
commit
7722a9c347
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue