mirror of
https://github.com/open-webui/docs
synced 2025-05-21 03:35:55 +00:00
refac
This commit is contained in:
parent
217fe94430
commit
f6015b82fc
@ -3,9 +3,6 @@ sidebar_position: 6
|
||||
title: "📝 Evaluation"
|
||||
---
|
||||
|
||||
import { TopBanners } from "@site/src/components/TopBanners";
|
||||
|
||||
<TopBanners />
|
||||
|
||||
## Why Should I Evaluate Models?
|
||||
|
||||
|
@ -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. Let’s dive in! 🚀
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user