From 239b31bc85ba916b92b9cc317a2043eab8fc92e3 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Mon, 27 Nov 2023 10:44:05 -0800 Subject: [PATCH] Clarify some of the langauge in the chat configuration docs --- docs/setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/setup.md b/docs/setup.md index 50b61301..ec60a3d3 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -147,8 +147,8 @@ To use the desktop client, you need to go to your Khoj server's settings page (h ### 3. Configure 1. Go to http://localhost:42110/server/admin and login with your admin credentials. - - Go to [the server admin page](http://localhost:42110/server/admin/database/openaiprocessorconversationconfig/) to add an Open AI processor conversation config. This is where you set your API key. Alternatively, you can go to the [offline chat settings](http://localhost:42110/server/admin/database/offlinechatprocessorconversationconfig/) and simply create a new setting with `Enabled` set to `True`. - - Go to the ChatModelOptions if you want to add additional models for chat. For example, you can specify `gpt-4` if you're using OpenAI or `mistral-7b-instruct-v0.1.Q4_0.gguf` if you're using offline chat. Make sure to configure the `type` field to `OpenAI` or `Offline` respectively. + 1. Go to [OpenAI settings](http://localhost:42110/server/admin/database/openaiprocessorconversationconfig/) in the server admin settings to add an Open AI processor conversation config. This is where you set your API key. Alternatively, you can go to the [offline chat settings](http://localhost:42110/server/admin/database/offlinechatprocessorconversationconfig/) and simply create a new setting with `Enabled` set to `True`. + 2. Go to the ChatModelOptions if you want to add additional models for chat. For example, you can specify `gpt-4` if you're using OpenAI or `mistral-7b-instruct-v0.1.Q4_0.gguf` if you're using offline chat. Make sure to configure the `type` field to `OpenAI` or `Offline` respectively. 1. Select files and folders to index [using the desktop client](./setup.md?id=_2-download-the-desktop-client). When you click 'Save', the files will be sent to your server for indexing. - Select Notion workspaces and Github repositories to index using the web interface.