From 9ce9f0288685e1155667fe4e8506ccb5f0336fc2 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 9 Jan 2025 14:27:34 +0900 Subject: [PATCH] Fix typo in Admin Doc (#1034) appropiate -> appropriate --- documentation/docs/advanced/admin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/advanced/admin.md b/documentation/docs/advanced/admin.md index a9727d2b..11537cb8 100644 --- a/documentation/docs/advanced/admin.md +++ b/documentation/docs/advanced/admin.md @@ -55,7 +55,7 @@ Search models are used to generate vector embeddings of your documents for natur Add text to image generation models with these settings. Khoj currently supports text to image models available via OpenAI, Stability or Replicate API - `api-key`: Set to your OpenAI, Stability or Replicate API key - `model`: Set the model name available over the selected model provider -- `model-type`: Set to the appropiate model provider +- `model-type`: Set to the appropriate model provider - `openai-config`: For image generation models available via OpenAI (compatible) API you can set the appropriate OpenAI Processor Conversation Settings instead of specifying the `api-key` field above ### Speech to Text Model Options