From c0e78fd56dcbfbe1f9b067e08ef552de65eed1c9 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Sat, 30 Mar 2024 15:05:12 +0530 Subject: [PATCH] Fix broken get-started documentation links --- documentation/docs/features/image_generation.md | 2 +- documentation/docs/features/voice_chat.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/docs/features/image_generation.md b/documentation/docs/features/image_generation.md index 181b17f1..da6af1ac 100644 --- a/documentation/docs/features/image_generation.md +++ b/documentation/docs/features/image_generation.md @@ -11,5 +11,5 @@ To generate images, you just need to provide a prompt to Khoj in which the image ## Setup (Self-Hosting) Right now, we only support integration with OpenAI's DALL-E. You need to have an OpenAI API key to use this feature. Here's how you can set it up: -1. Setup your OpenAI API key. See instructions [here](./get-started/setup#2-configure) +1. Setup your OpenAI API key. See instructions [here](/get-started/setup#2-configure) 2. Create a text to image config at http://localhost:42110/server/admin/database/texttoimagemodelconfig/. We recommend the value `dall-e-3`. diff --git a/documentation/docs/features/voice_chat.md b/documentation/docs/features/voice_chat.md index f0024857..370a1737 100644 --- a/documentation/docs/features/voice_chat.md +++ b/documentation/docs/features/voice_chat.md @@ -10,5 +10,5 @@ Khoj doesn't yet respond with voice, but it will send back a text response. Let Voice chat will automatically be configured when you initialize the application. The default configuration will run locally. If you want to use the OpenAI whisper API for voice chat, you can set it up by following these steps: -1. Setup your OpenAI API key. See instructions [here](./get-started/setup#2-configure). +1. Setup your OpenAI API key. See instructions [here](/get-started/setup#2-configure). 2. Create a new configuration at http://localhost:42110/server/admin/database/speechtotextmodeloptions/. We recommend the value `whisper-1` and model type `Openai`.