Fix sidebar ordering

This commit is contained in:
Justin Hayes 2024-03-21 11:12:55 -04:00
parent 4c121a23de
commit b598514d2a
4 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,5 @@
---
sidebar_position: 6
sidebar_position: 5
title: "📋 FAQ"
---

View File

@ -1,5 +1,5 @@
---
sidebar_position: 7
sidebar_position: 8
title: "🧑‍🔬 Open WebUI for Research"
---

View File

@ -1,3 +1,8 @@
---
sidebar_position: 3
title: "Image Generation"
---
# Image Generation
Open WebUI now supports image generation through two backends: **AUTOMATIC1111** and **OpenAI DALL·E**. This guide will help you set up and use both options.

View File

@ -1,3 +1,8 @@
---
sidebar_position: 4
title: "LiteLLM Configuration"
---
# LiteLLM Configuration
[LiteLLM](https://litellm.vercel.app/docs/proxy/configs#quick-start) supports a variety of APIs, both OpenAI-compatible and others. To integrate a new API model, follow these instructions: