diff --git a/docs/tutorials/features/system-prompt.md b/docs/tutorials/features/chat-params.md similarity index 98% rename from docs/tutorials/features/system-prompt.md rename to docs/tutorials/features/chat-params.md index a6b5e41..3a68faa 100644 --- a/docs/tutorials/features/system-prompt.md +++ b/docs/tutorials/features/chat-params.md @@ -1,6 +1,6 @@ --- -sidebar_position: 20 -title: "System Prompt & Advanced Parameters" +sidebar_position: 1 +title: "Chat Parameters" --- Within Open WebUI, there are three levels to setting a **System Prompt** and **Advanced Parameters**: per-chat basis, per-model basis, and per-account basis. This hierarchical system allows for flexibility while maintaining structured administration and control. diff --git a/docs/tutorials/features/images.md b/docs/tutorials/features/images.md index c9b0b3b..bb135d5 100644 --- a/docs/tutorials/features/images.md +++ b/docs/tutorials/features/images.md @@ -1,5 +1,5 @@ --- -sidebar_position: 3 +sidebar_position: 6 title: "Image Generation" --- diff --git a/docs/tutorials/features/ollama.md b/docs/tutorials/features/ollama.md index 5d18613..4218361 100644 --- a/docs/tutorials/features/ollama.md +++ b/docs/tutorials/features/ollama.md @@ -1,5 +1,5 @@ --- -sidebar_position: 4 +sidebar_position: 3 title: "Ollama Load Balancing" --- diff --git a/docs/tutorials/features/openai.md b/docs/tutorials/features/openai.md index 2a06618..0e88148 100644 --- a/docs/tutorials/features/openai.md +++ b/docs/tutorials/features/openai.md @@ -1,10 +1,8 @@ --- sidebar_position: 2 -title: "OpenAI API Endpoints" +title: "OpenAI Connections" --- -# OpenAI API Endpoints - In this tutorial, we will demonstrate how to configure multiple OpenAI (or compatible) API endpoints using environment variables. This setup allows you to easily switch between different API providers or use multiple providers simultaneously, while keeping your configuration between container updates, rebuilds or redeployments. ## Docker Run diff --git a/docs/tutorials/features/rag.md b/docs/tutorials/features/rag.md index d8ea576..e77a543 100644 --- a/docs/tutorials/features/rag.md +++ b/docs/tutorials/features/rag.md @@ -1,5 +1,5 @@ --- -sidebar_position: 8 +sidebar_position: 4 title: "Retrieval Augmented Generation (RAG)" --- diff --git a/docs/tutorials/features/sso.md b/docs/tutorials/features/sso.md index 38a6f11..17a41ac 100644 --- a/docs/tutorials/features/sso.md +++ b/docs/tutorials/features/sso.md @@ -1,6 +1,6 @@ --- sidebar_position: 9 -title: "Federated Authentication Support" +title: "SSO: Federated Authentication Support" --- # Federated Authentication Support diff --git a/docs/tutorials/features/web_search.md b/docs/tutorials/features/web_search.md index 7f1c2a0..390710c 100644 --- a/docs/tutorials/features/web_search.md +++ b/docs/tutorials/features/web_search.md @@ -1,5 +1,5 @@ --- -sidebar_position: 3 +sidebar_position: 5 title: "Web Search" --- diff --git a/docs/tutorials/features/whitelist.md b/docs/tutorials/features/whitelist.md index 2905442..8bca1c9 100644 --- a/docs/tutorials/features/whitelist.md +++ b/docs/tutorials/features/whitelist.md @@ -1,5 +1,5 @@ --- -sidebar_position: 5 +sidebar_position: 8 title: "Model Whitelisting" --- diff --git a/docs/tutorials/features/workspace/index.mdx b/docs/tutorials/features/workspace/index.mdx new file mode 100644 index 0000000..10f0724 --- /dev/null +++ b/docs/tutorials/features/workspace/index.mdx @@ -0,0 +1,4 @@ +--- +sidebar_position: 0 +title: "🖥️ Workspace" +--- \ No newline at end of file diff --git a/docs/tutorials/features/workspace-models.md b/docs/tutorials/features/workspace/models.md similarity index 97% rename from docs/tutorials/features/workspace-models.md rename to docs/tutorials/features/workspace/models.md index 66b8589..d8f574f 100644 --- a/docs/tutorials/features/workspace-models.md +++ b/docs/tutorials/features/workspace/models.md @@ -1,9 +1,9 @@ --- sidebar_position: 16 -title: "Workspace - Models" +title: "Models" --- -**Workspace - Models** +**Models** ======================= The `Models` section of the `Workspace` within Open WebUI is a powerful tool that allows you to create and manage custom models tailored to specific purposes. This section serves as a central hub for all your modelfiles, providing a range of features to edit, clone, share, export, and hide your models.