mirror of
https://github.com/open-webui/docs
synced 2025-06-16 11:28:36 +00:00
refac
This commit is contained in:
parent
f55a718f4e
commit
99776e5942
@ -6,6 +6,11 @@ import { TopBanners } from "@site/src/components/TopBanners";
|
|||||||
|
|
||||||
<TopBanners />
|
<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
|
:::info
|
||||||
# 📢 **Calling all YouTubers!**
|
# 📢 **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!
|
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!
|
||||||
|
@ -3,6 +3,11 @@ sidebar_position: 7
|
|||||||
title: "Hosting UI and Models separately"
|
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
|
# Hosting UI and Models separately
|
||||||
|
|
||||||
:::note
|
:::note
|
||||||
|
@ -3,6 +3,11 @@ sidebar_position: 16
|
|||||||
title: "Browser Search Engine"
|
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
|
# 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.
|
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.
|
||||||
|
@ -3,6 +3,12 @@ sidebar_position: 13
|
|||||||
title: "Continue.dev VSCode Extension with Open WebUI"
|
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
|
# Integrating Continue.dev VSCode Extension with Open WebUI
|
||||||
|
|
||||||
### Download Extension
|
### Download Extension
|
||||||
|
@ -3,6 +3,11 @@ sidebar_position: 14
|
|||||||
title: Setting up with custom CA store
|
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).
|
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.
|
To fix this, you will need to add the new cert into OI's truststore.
|
||||||
|
@ -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
|
# Installing Docker
|
||||||
|
|
||||||
## For Windows and Mac Users
|
## For Windows and Mac Users
|
||||||
|
@ -3,6 +3,11 @@ sidebar_position: 11
|
|||||||
title: "Local LLM Setup with IPEX-LLM on Intel GPU"
|
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
|
:::note
|
||||||
This guide is verified with Open WebUI setup through [Manual Installation](/getting-started/index.md).
|
This guide is verified with Open WebUI setup through [Manual Installation](/getting-started/index.md).
|
||||||
:::
|
:::
|
||||||
|
@ -3,6 +3,11 @@ sidebar_position: 18
|
|||||||
title: "Edge TTS"
|
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
|
# Integrating `openai-edge-tts` 🗣️ with Open WebUI
|
||||||
|
|
||||||
## What is `openai-edge-tts`, and how is it different from `openedai-speech`?
|
## What is `openai-edge-tts`, and how is it different from `openedai-speech`?
|
||||||
|
@ -3,6 +3,11 @@ sidebar_position: 12
|
|||||||
title: "TTS - OpenedAI-Speech using Docker"
|
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**
|
**Integrating `openedai-speech` into Open WebUI using Docker**
|
||||||
==============================================================
|
==============================================================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user