mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Fix typos in Khoj Docs (#1033)
This commit is contained in:
@@ -6,7 +6,7 @@ sidebar_position: 5
|
||||
|
||||
> Query your Second Brain from WhatsApp
|
||||
|
||||
Text [+1 (848) 800 4242](https://wa.me/18488004242) or scan the QQ code below on your phone to chat with Khoj on WhatsApp.
|
||||
Text [+1 (848) 800 4242](https://wa.me/18488004242) or scan the QR code below on your phone to chat with Khoj on WhatsApp.
|
||||
|
||||
Without any desktop clients, you can start chatting with Khoj on WhatsApp. Bear in mind you do need one of the desktop clients in order to share and sync your data with Khoj. The WhatsApp AI bot will work right away for answering generic queries and using Khoj in default mode.
|
||||
|
||||
@@ -27,4 +27,4 @@ We have more commands under development, including `/share` to uploading documen
|
||||
|
||||
## Source Code
|
||||
|
||||
You can find all of the code for the WhatsApp bot in the the [flint repository](https://github.com/khoj-ai/flint). As all of our code, it is open source and you can contribute to it.
|
||||
You can find all of the code for the WhatsApp bot in the [flint repository](https://github.com/khoj-ai/flint). As all of our code, it is open source and you can contribute to it.
|
||||
|
||||
@@ -23,4 +23,4 @@ We support most state of the art image generation models, including Ideogram, Fl
|
||||
|
||||
1. Get [an OpenAI API key](https://platform.openai.com/settings/organization/api-keys).
|
||||
2. Setup your OpenAI API key, if you haven't already. See instructions [here](/get-started/setup#add-chat-models)
|
||||
3. Create a text to image config at http://localhost:42110/server/admin/database/texttoimagemodelconfig/. Use `model name` `dall-e-3` to use openai for image generation. Make sure to set the `Ai model api` field to the the OpenAI AI model api you setup in step 2.
|
||||
3. Create a text to image config at http://localhost:42110/server/admin/database/texttoimagemodelconfig/. Use `model name` `dall-e-3` to use openai for image generation. Make sure to set the `Ai model api` field to the OpenAI AI model api you setup in step 2.
|
||||
|
||||
@@ -254,7 +254,7 @@ khoj --anonymous-mode
|
||||
|
||||
<h4>First Run</h4>
|
||||
On the first run of the above command, you will be prompted to:
|
||||
1. Create an admin account with a email and secure password
|
||||
1. Create an admin account with an email and secure password
|
||||
2. Customize the chat models to enable
|
||||
- Keep your [OpenAI](https://platform.openai.com/api-keys), [Anthropic](https://console.anthropic.com/account/keys), [Gemini](https://aistudio.google.com/app/apikey) API keys and [OpenAI](https://platform.openai.com/docs/models), [Anthropic](https://docs.anthropic.com/en/docs/about-claude/models#model-names), [Gemini](https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#gemini-models), [Offline](https://huggingface.co/models?pipeline_tag=text-generation&library=gguf) chat model names handy to set any of them up during first run.
|
||||
3. Your setup is complete once you see `🌖 Khoj is ready to use` in the server logs on your terminal!
|
||||
|
||||
Reference in New Issue
Block a user