From f609a2d050385671ff5f415d830629cb245130ef Mon Sep 17 00:00:00 2001 From: Darya <127833442+defiberrys@users.noreply.github.com> Date: Fri, 11 Apr 2025 04:30:17 +0300 Subject: [PATCH] Fix typos in admin panel documentation (#1156) These adjustments should make the text clearer and more accurate. --- documentation/docs/advanced/admin.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/docs/advanced/admin.md b/documentation/docs/advanced/admin.md index 3da1df1f..e04f81e2 100644 --- a/documentation/docs/advanced/admin.md +++ b/documentation/docs/advanced/admin.md @@ -1,7 +1,7 @@ # Admin Panel > Describes the Khoj settings configurable via the admin panel -By default, you admin panel is available at `http://localhost:42110/server/admin/`. You can access the admin panel by logging in with your admin credentials (this would be your `KHOJ_ADMIN_EMAIL` and `KHOJ_ADMIN_PASSWORD`). The admin panel allows you to configure various settings for your Khoj server. +By default, your admin panel is available at `http://localhost:42110/server/admin/`. You can access the admin panel by logging in with your admin credentials (this would be your `KHOJ_ADMIN_EMAIL` and `KHOJ_ADMIN_PASSWORD`). The admin panel allows you to configure various settings for your Khoj server. ## App Settings ### Agents @@ -9,7 +9,7 @@ Add all the agents you want to use for your different use-cases like Writer, Res - `Personality`: This is a prompt to tell the chat model how to tune the personality of the agent. - `Chat model`: The chat model to use for the agent. - `Name`: The name of the agent. This field helps give the agent a unique identity across the app. -- `Avatar`: Url to the agents profile picture. It help give the agent a unique visual identity across the app. +- `Avatar`: Url to the agents profile picture. It helps give the agent a unique visual identity across the app. - `Style color`, `Style icon`: These fields help give the agent a unique, visually identifiable identity across the app. - `Slug`: This is the agent name to use in urls. - `Public`: Check this if the agent is expected to be visible to all users on this Khoj server. @@ -65,7 +65,7 @@ Add speech to text models with these settings. Khoj currently only supports whis Add text to speech models with these settings. Khoj currently supports models from [ElevenLabs](https://elevenlabs.io/). ### Reflective Questions -This is a static list of starter question suggestions for each user. It is not current used in any client app. It used to be shown on the web app home page. We may turn it into a dynamic list of starter questions personalized to each users, say based on their recent conversations or synced knowledge base. +This is a static list of starter question suggestions for each user. It is not currently used in any client app. It used to be shown on the web app home page. We may turn it into a dynamic list of starter questions personalized to each users, say based on their recent conversations or synced knowledge base. ## User Data - Users, Entrys, Conversations, Subscriptions, Github configs, Notion configs, User search configs, User conversation configs, User voice configs