From 7e57af9c812d90e2282c845e4edcc607b46a2050 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Wed, 5 Mar 2025 15:58:08 -0800 Subject: [PATCH] fix --- docs/enterprise.mdx | 17 +++++++++++++++- .../tutorials/integrations/firefox-sidebar.md | 20 ------------------- .../openai-edge-tts-integration.md | 2 +- 3 files changed, 17 insertions(+), 22 deletions(-) diff --git a/docs/enterprise.mdx b/docs/enterprise.mdx index 0812a47..38466e6 100644 --- a/docs/enterprise.mdx +++ b/docs/enterprise.mdx @@ -28,12 +28,14 @@ In the rapidly advancing AI landscape, staying ahead isn't just a competitive ad ## **Let’s Talk** + 📧 **sales@openwebui.com** — Send us your **team size**, and let’s explore how we can work together! Support available in **English & Korean (한국어), with more languages coming soon!** Transform the way your organization leverages AI. **Contact our enterprise team today** for customized pricing, expert consulting, and tailored deployment strategies. -:::info + +:::tip We are **currently focused on partnering with teams of 100+ seats** to provide the **dedicated attention, expertise, and tailored solutions** needed for guaranteed success. @@ -44,6 +46,19 @@ For **smaller teams**, we're launching a **self-serve licensing option** by the ::: +:::info + +## ⚠️ Partnership Guidelines for Agencies + +We **carefully select** our partners to maintain the **highest standards** and provide meaningful benefits to our community. + +If you are a **consulting agency**, **AI services provider**, or **reseller**, please **do not** contact our enterprise sales directly. Instead, **fill out our partnership interest form**: + +🔗 **[Apply Here](https://forms.gle/SemdgxjFXpHmdCby6)** + +We evaluate all applications to ensure alignment with our **mission, vision, and values**, selecting only those partners best suited for our ecosystem. +::: + --- diff --git a/docs/tutorials/integrations/firefox-sidebar.md b/docs/tutorials/integrations/firefox-sidebar.md index 9def27f..eaa136b 100644 --- a/docs/tutorials/integrations/firefox-sidebar.md +++ b/docs/tutorials/integrations/firefox-sidebar.md @@ -11,26 +11,6 @@ This tutorial is a community contribution and is not supported by the Open WebUI # Integrating Open WebUI as a Local AI Chatbot Browser Assistant in Mozilla Firefox -Table of Contents -================= -1. [Prerequisites](#prerequisites) -2. [Enabling AI Chatbot in Firefox](#enabling-ai-chatbot-in-firefox) -3. [Configuring about:config Settings](#configuring-aboutconfig-settings) - * [browser.ml.chat.enabled](#browsermlchatenabled) - * [browser.ml.chat.hideLocalhost](#browsermlchathidelocalhost) - * [browser.ml.chat.prompts.#](#browsermlchatsprompts) - * [browser.ml.chat.provider](#browsermlchatprovider) -4. [URL Parameters for Open WebUI](#url-parameters-for-open-webui) - * [Models and Model Selection](#models-and-model-selection) - * [YouTube Transcription](#youtube-transcription) - * [Web Search](#web-search) - * [Tool Selection](#tool-selection) - * [Call Overlay](#call-overlay) - * [Initial Query Prompt](#initial-query-prompt) - * [Temporary Chat Sessions](#temporary-chat-sessions) -5. [Additional about:config Settings](#additional-aboutconfig-settings) -6. [Accessing the AI Chatbot Sidebar](#accessing-the-ai-chatbot-sidebar) - ## Prerequisites Before integrating Open WebUI as a AI chatbot browser assistant in Mozilla Firefox, ensure you have: diff --git a/docs/tutorials/text-to-speech/openai-edge-tts-integration.md b/docs/tutorials/text-to-speech/openai-edge-tts-integration.md index effb4d7..0608b50 100644 --- a/docs/tutorials/text-to-speech/openai-edge-tts-integration.md +++ b/docs/tutorials/text-to-speech/openai-edge-tts-integration.md @@ -127,7 +127,7 @@ The server will start running at `http://localhost:5050`. #### 6. Test the API -You can now interact with the API at `http://localhost:5050/v1/audio/speech` and other available endpoints. See the [Usage](#usage) section for request examples. +You can now interact with the API at `http://localhost:5050/v1/audio/speech` and other available endpoints. See the Usage section for request examples.