This commit is contained in:
Timothy Jaeryang Baek 2025-03-05 15:58:08 -08:00
parent ff78031084
commit 7e57af9c81
3 changed files with 17 additions and 22 deletions

View File

@ -28,12 +28,14 @@ In the rapidly advancing AI landscape, staying ahead isn't just a competitive ad
## **Lets Talk**
📧 **sales@openwebui.com** — Send us your **team size**, and lets 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.
:::
---

View File

@ -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:

View File

@ -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.
</details>