mirror of
https://github.com/open-webui/docs
synced 2025-05-20 11:18:42 +00:00
refac
This commit is contained in:
parent
7fab79eac3
commit
bb60388e9e
@ -1,6 +1,6 @@
|
||||
---
|
||||
sidebar_position: 20
|
||||
title: "System Prompt & Advanced Parameters"
|
||||
sidebar_position: 1
|
||||
title: "Chat Parameters"
|
||||
---
|
||||
|
||||
Within Open WebUI, there are three levels to setting a **System Prompt** and **Advanced Parameters**: per-chat basis, per-model basis, and per-account basis. This hierarchical system allows for flexibility while maintaining structured administration and control.
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
sidebar_position: 3
|
||||
sidebar_position: 6
|
||||
title: "Image Generation"
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
sidebar_position: 4
|
||||
sidebar_position: 3
|
||||
title: "Ollama Load Balancing"
|
||||
---
|
||||
|
||||
|
@ -1,10 +1,8 @@
|
||||
---
|
||||
sidebar_position: 2
|
||||
title: "OpenAI API Endpoints"
|
||||
title: "OpenAI Connections"
|
||||
---
|
||||
|
||||
# OpenAI API Endpoints
|
||||
|
||||
In this tutorial, we will demonstrate how to configure multiple OpenAI (or compatible) API endpoints using environment variables. This setup allows you to easily switch between different API providers or use multiple providers simultaneously, while keeping your configuration between container updates, rebuilds or redeployments.
|
||||
|
||||
## Docker Run
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
sidebar_position: 8
|
||||
sidebar_position: 4
|
||||
title: "Retrieval Augmented Generation (RAG)"
|
||||
---
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
sidebar_position: 9
|
||||
title: "Federated Authentication Support"
|
||||
title: "SSO: Federated Authentication Support"
|
||||
---
|
||||
|
||||
# Federated Authentication Support
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
sidebar_position: 3
|
||||
sidebar_position: 5
|
||||
title: "Web Search"
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
sidebar_position: 5
|
||||
sidebar_position: 8
|
||||
title: "Model Whitelisting"
|
||||
---
|
||||
|
||||
|
4
docs/tutorials/features/workspace/index.mdx
Normal file
4
docs/tutorials/features/workspace/index.mdx
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
sidebar_position: 0
|
||||
title: "🖥️ Workspace"
|
||||
---
|
@ -1,9 +1,9 @@
|
||||
---
|
||||
sidebar_position: 16
|
||||
title: "Workspace - Models"
|
||||
title: "Models"
|
||||
---
|
||||
|
||||
**Workspace - Models**
|
||||
**Models**
|
||||
=======================
|
||||
|
||||
The `Models` section of the `Workspace` within Open WebUI is a powerful tool that allows you to create and manage custom models tailored to specific purposes. This section serves as a central hub for all your modelfiles, providing a range of features to edit, clone, share, export, and hide your models.
|
Loading…
Reference in New Issue
Block a user