diff --git a/docs/tutorials/migration/index.mdx b/docs/tutorials/migration/index.mdx index 983741a..678babf 100644 --- a/docs/tutorials/migration/index.mdx +++ b/docs/tutorials/migration/index.mdx @@ -9,7 +9,7 @@ import { TopBanners } from "@site/src/components/TopBanners"; ## Migrating from Internal to External LiteLLM -Previous versions of Open WebUI ran `litellm` internally. To improve modularity and flexibility, we recommend running `litellm` in its own dedicated container. This guide will walk you through the migration process. +Previous versions (Pre 0.2) of Open WebUI ran `litellm` internally. To improve modularity and flexibility, we recommend running `litellm` in its own dedicated container. This guide will walk you through the migration process. ### 1. Download Your `config.yaml` File diff --git a/docs/tutorials/speech-to-text/index.mdx b/docs/tutorials/speech-to-text/index.mdx deleted file mode 100644 index 5f29a2b..0000000 --- a/docs/tutorials/speech-to-text/index.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -sidebar_position: 3 -title: "🗨️ Speech-to-Text" ---- - -Coming soon! \ No newline at end of file diff --git a/docs/tutorials/speech-to-text/openai.md b/docs/tutorials/speech-to-text/openai.md deleted file mode 100644 index 1ebbc78..0000000 --- a/docs/tutorials/speech-to-text/openai.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -sidebar_position: 1 -title: "🗨️ OpenAI API" ---- - -Coming soon! diff --git a/docs/tutorials/speech-to-text/webapi.md b/docs/tutorials/speech-to-text/webapi.md deleted file mode 100644 index 341598e..0000000 --- a/docs/tutorials/speech-to-text/webapi.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -sidebar_position: 2 -title: "🗨️ Web API" ---- - -Coming soon! diff --git a/docs/tutorials/speech-to-text/whisper-local.md b/docs/tutorials/speech-to-text/whisper-local.md deleted file mode 100644 index 1ed40a3..0000000 --- a/docs/tutorials/speech-to-text/whisper-local.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -sidebar_position: 0 -title: "🗨️ Whisper (Local)" ---- - -Coming soon! \ No newline at end of file diff --git a/docs/tutorials/stateless/index.mdx b/docs/tutorials/stateless/index.mdx deleted file mode 100644 index bbf0175..0000000 --- a/docs/tutorials/stateless/index.mdx +++ /dev/null @@ -1,4 +0,0 @@ ---- -sidebar_position: 6 -title: "⚖️ Stateless Load Balancing" ---- \ No newline at end of file