diff --git a/docs/faq.md b/docs/faq.md index 27face2b..5ff4c939 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -1,5 +1,5 @@ --- -sidebar_position: 6 +sidebar_position: 5 title: "📋 FAQ" --- diff --git a/docs/research.md b/docs/research.md index 830b6d39..304601d7 100644 --- a/docs/research.md +++ b/docs/research.md @@ -1,5 +1,5 @@ --- -sidebar_position: 7 +sidebar_position: 8 title: "🧑‍🔬 Open WebUI for Research" --- diff --git a/docs/tutorial/images.md b/docs/tutorial/images.md index 20a9cbd7..3f4fd3f9 100644 --- a/docs/tutorial/images.md +++ b/docs/tutorial/images.md @@ -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. diff --git a/docs/tutorial/litellm.md b/docs/tutorial/litellm.md index d34c7157..d535688e 100644 --- a/docs/tutorial/litellm.md +++ b/docs/tutorial/litellm.md @@ -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: