From 99776e5942154ae18eff11bf597b02bc720009cf Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Tue, 5 Nov 2024 17:47:30 -0800 Subject: [PATCH] refac --- docs/tutorials/deployment/index.mdx | 5 +++++ docs/tutorials/integrations/apache.md | 5 +++++ docs/tutorials/integrations/browser-search-engine.md | 5 +++++ docs/tutorials/integrations/continue-dev.md | 6 ++++++ docs/tutorials/integrations/custom-ca.md | 5 +++++ docs/tutorials/integrations/docker-install.md | 5 +++++ docs/tutorials/integrations/ipex_llm.md | 5 +++++ docs/tutorials/integrations/openai-edge-tts-integration.md | 5 +++++ docs/tutorials/integrations/openedai-speech-integration.md | 5 +++++ 9 files changed, 46 insertions(+) diff --git a/docs/tutorials/deployment/index.mdx b/docs/tutorials/deployment/index.mdx index e7a2983..35f71e9 100644 --- a/docs/tutorials/deployment/index.mdx +++ b/docs/tutorials/deployment/index.mdx @@ -6,6 +6,11 @@ import { TopBanners } from "@site/src/components/TopBanners"; + +:::warning +This tutorial is a community contribution and is not supported by the OpenWebUI team. It serves only as a demonstration on how to customize OpenWebUI for your specific use case. Want to contribute? Check out the contributing tutorial. +::: + :::info # 📢 **Calling all YouTubers!** We're looking for talented individuals to create videos showcasing Open WebUI's features. If you make a video, we'll feature it at the top of our guide section! diff --git a/docs/tutorials/integrations/apache.md b/docs/tutorials/integrations/apache.md index 9764e28..40c5c4f 100644 --- a/docs/tutorials/integrations/apache.md +++ b/docs/tutorials/integrations/apache.md @@ -3,6 +3,11 @@ sidebar_position: 7 title: "Hosting UI and Models separately" --- +:::warning +This tutorial is a community contribution and is not supported by the OpenWebUI team. It serves only as a demonstration on how to customize OpenWebUI for your specific use case. Want to contribute? Check out the contributing tutorial. +::: + + # Hosting UI and Models separately :::note diff --git a/docs/tutorials/integrations/browser-search-engine.md b/docs/tutorials/integrations/browser-search-engine.md index 9d890b7..0dd6f32 100644 --- a/docs/tutorials/integrations/browser-search-engine.md +++ b/docs/tutorials/integrations/browser-search-engine.md @@ -3,6 +3,11 @@ sidebar_position: 16 title: "Browser Search Engine" --- +:::warning +This tutorial is a community contribution and is not supported by the OpenWebUI team. It serves only as a demonstration on how to customize OpenWebUI for your specific use case. Want to contribute? Check out the contributing tutorial. +::: + + # Browser Search Engine Integration Open WebUI allows you to integrate directly into your web browser. This tutorial will guide you through the process of setting up Open WebUI as a custom search engine, enabling you to execute queries easily from your browser's address bar. diff --git a/docs/tutorials/integrations/continue-dev.md b/docs/tutorials/integrations/continue-dev.md index 08362e8..d814caa 100644 --- a/docs/tutorials/integrations/continue-dev.md +++ b/docs/tutorials/integrations/continue-dev.md @@ -3,6 +3,12 @@ sidebar_position: 13 title: "Continue.dev VSCode Extension with Open WebUI" --- +:::warning +This tutorial is a community contribution and is not supported by the OpenWebUI team. It serves only as a demonstration on how to customize OpenWebUI for your specific use case. Want to contribute? Check out the contributing tutorial. +::: + + + # Integrating Continue.dev VSCode Extension with Open WebUI ### Download Extension diff --git a/docs/tutorials/integrations/custom-ca.md b/docs/tutorials/integrations/custom-ca.md index 2b5bf79..80fb821 100644 --- a/docs/tutorials/integrations/custom-ca.md +++ b/docs/tutorials/integrations/custom-ca.md @@ -3,6 +3,11 @@ sidebar_position: 14 title: Setting up with custom CA store --- +:::warning +This tutorial is a community contribution and is not supported by the OpenWebUI team. It serves only as a demonstration on how to customize OpenWebUI for your specific use case. Want to contribute? Check out the contributing tutorial. +::: + + If you get an `[SSL: CERTIFICATE_VERIFY_FAILED]` error when trying to run OI, most likely the issue is that you are on a network which intercepts HTTPS traffic (e.g. a corporate network). To fix this, you will need to add the new cert into OI's truststore. diff --git a/docs/tutorials/integrations/docker-install.md b/docs/tutorials/integrations/docker-install.md index d459d6c..bcb762e 100644 --- a/docs/tutorials/integrations/docker-install.md +++ b/docs/tutorials/integrations/docker-install.md @@ -1,4 +1,9 @@ +:::warning +This tutorial is a community contribution and is not supported by the OpenWebUI team. It serves only as a demonstration on how to customize OpenWebUI for your specific use case. Want to contribute? Check out the contributing tutorial. +::: + + # Installing Docker ## For Windows and Mac Users diff --git a/docs/tutorials/integrations/ipex_llm.md b/docs/tutorials/integrations/ipex_llm.md index 1828787..0914dc3 100644 --- a/docs/tutorials/integrations/ipex_llm.md +++ b/docs/tutorials/integrations/ipex_llm.md @@ -3,6 +3,11 @@ sidebar_position: 11 title: "Local LLM Setup with IPEX-LLM on Intel GPU" --- +:::warning +This tutorial is a community contribution and is not supported by the OpenWebUI team. It serves only as a demonstration on how to customize OpenWebUI for your specific use case. Want to contribute? Check out the contributing tutorial. +::: + + :::note This guide is verified with Open WebUI setup through [Manual Installation](/getting-started/index.md). ::: diff --git a/docs/tutorials/integrations/openai-edge-tts-integration.md b/docs/tutorials/integrations/openai-edge-tts-integration.md index 7e254f6..1db790e 100644 --- a/docs/tutorials/integrations/openai-edge-tts-integration.md +++ b/docs/tutorials/integrations/openai-edge-tts-integration.md @@ -3,6 +3,11 @@ sidebar_position: 18 title: "Edge TTS" --- +:::warning +This tutorial is a community contribution and is not supported by the OpenWebUI team. It serves only as a demonstration on how to customize OpenWebUI for your specific use case. Want to contribute? Check out the contributing tutorial. +::: + + # Integrating `openai-edge-tts` 🗣️ with Open WebUI ## What is `openai-edge-tts`, and how is it different from `openedai-speech`? diff --git a/docs/tutorials/integrations/openedai-speech-integration.md b/docs/tutorials/integrations/openedai-speech-integration.md index ea6116a..2656944 100644 --- a/docs/tutorials/integrations/openedai-speech-integration.md +++ b/docs/tutorials/integrations/openedai-speech-integration.md @@ -3,6 +3,11 @@ sidebar_position: 12 title: "TTS - OpenedAI-Speech using Docker" --- +:::warning +This tutorial is a community contribution and is not supported by the OpenWebUI team. It serves only as a demonstration on how to customize OpenWebUI for your specific use case. Want to contribute? Check out the contributing tutorial. +::: + + **Integrating `openedai-speech` into Open WebUI using Docker** ==============================================================