mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-30 19:03:01 +01:00
Add chat-model param in sample config yml and document (#341)
* add chat-model config param to docs * add chat-model param to sample config yml
This commit is contained in:
parent
5bb42e56a8
commit
8dcc21052f
2 changed files with 2 additions and 0 deletions
|
@ -53,4 +53,5 @@ processor:
|
||||||
conversation:
|
conversation:
|
||||||
openai-api-key: # "YOUR_OPENAI_API_KEY"
|
openai-api-key: # "YOUR_OPENAI_API_KEY"
|
||||||
model: "text-davinci-003"
|
model: "text-davinci-003"
|
||||||
|
chat-model: "gpt-3.5-turbo"
|
||||||
conversation-logfile: "~/.khoj/processor/conversation/conversation_logs.json"
|
conversation-logfile: "~/.khoj/processor/conversation/conversation_logs.json"
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
- openai-api-key: # "YOUR_OPENAI_API_KEY"
|
- openai-api-key: # "YOUR_OPENAI_API_KEY"
|
||||||
+ openai-api-key: sk-aaaaaaaaaaaaaaaaaaaaaaaahhhhhhhhhhhhhhhhhhhhhhhh
|
+ openai-api-key: sk-aaaaaaaaaaaaaaaaaaaaaaaahhhhhhhhhhhhhhhhhhhhhhhh
|
||||||
model: "text-davinci-003"
|
model: "text-davinci-003"
|
||||||
|
chat-model: "gpt-3.5-turbo"
|
||||||
conversation-logfile: "~/.khoj/processor/conversation/conversation_logs.json"
|
conversation-logfile: "~/.khoj/processor/conversation/conversation_logs.json"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue