This commit is contained in:
Timothy Jaeryang Baek 2024-12-28 21:33:34 -08:00
parent 217fe94430
commit f6015b82fc
5 changed files with 0 additions and 14 deletions

View File

@ -3,9 +3,6 @@ sidebar_position: 6
title: "📝 Evaluation"
---
import { TopBanners } from "@site/src/components/TopBanners";
<TopBanners />
## Why Should I Evaluate Models?

View File

@ -5,11 +5,7 @@ title: "🛠️ Development Guide"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import { TopBanners } from "@site/src/components/TopBanners";
<TopBanners />
# 🛠️ Development Setup Guide
Welcome to the **Open WebUI Development Setup Guide!** Whether you're a novice or an experienced developer, this guide will help you set up a **local development environment** for both the frontend and backend components. Lets dive in! 🚀

View File

@ -21,8 +21,6 @@ import PythonUpdating from './tab-python/PythonUpdating.md';
<TopBanners />
# How to Install ⏱️
:::info **Important Note on User Roles and Privacy:**
- **Admin Creation:** The first account created on Open WebUI gains **Administrator privileges**, controlling user management and system settings.

View File

@ -7,7 +7,6 @@ import { TopBanners } from "@site/src/components/TopBanners";
<TopBanners />
# Open WebUI Roadmap! 🌟
At Open WebUI, we're committed to continually enhancing our platform to provide the best experience for our users. Below, you'll find the structured roadmap for our ongoing and future developments, categorized into Interface, Information Retrieval, and Community.

View File

@ -3,10 +3,6 @@ sidebar_position: 5
title: "🔄 Migration"
---
import { TopBanners } from "@site/src/components/TopBanners";
<TopBanners />
## Migrating from Internal to External LiteLLM
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.