From bb60388e9e506e2f4c018c3c518445d42c82b4d1 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Wed, 25 Sep 2024 03:03:44 +0200 Subject: [PATCH] refac --- docs/tutorials/features/{system-prompt.md => chat-params.md} | 4 ++-- docs/tutorials/features/images.md | 2 +- docs/tutorials/features/ollama.md | 2 +- docs/tutorials/features/openai.md | 4 +--- docs/tutorials/features/rag.md | 2 +- docs/tutorials/features/sso.md | 2 +- docs/tutorials/features/web_search.md | 2 +- docs/tutorials/features/whitelist.md | 2 +- docs/tutorials/features/workspace/index.mdx | 4 ++++ .../features/{workspace-models.md => workspace/models.md} | 4 ++-- 10 files changed, 15 insertions(+), 13 deletions(-) rename docs/tutorials/features/{system-prompt.md => chat-params.md} (98%) create mode 100644 docs/tutorials/features/workspace/index.mdx rename docs/tutorials/features/{workspace-models.md => workspace/models.md} (97%) 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 a6b5e413..3a68faa4 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 c9b0b3be..bb135d57 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 5d18613a..4218361b 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 2a06618b..0e881480 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 d8ea5766..e77a5433 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 38a6f116..17a41ac2 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 7f1c2a04..390710c1 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 29054421..8bca1c91 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 00000000..10f0724f --- /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 66b85897..d8f574f6 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.