[PR #24] [MERGED] Add OpenAI DALL·E Instructions, Password Reset, More FAQs #163

Closed
opened 2026-02-15 17:15:42 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/24
Author: @justinh-rahb
Created: 3/17/2024
Status: Merged
Merged: 3/18/2024
Merged by: @tjbck

Base: mainHead: dall-e


📝 Commits (10+)

📊 Changes

5 files changed (+121 additions, -10 deletions)

View changed files

📝 docs/faq.md (+45 -1)
📝 docs/getting-started/troubleshooting.md (+32 -0)
📝 docs/tutorial/images.md (+26 -7)
📝 docs/tutorial/openai.md (+2 -2)
📝 docusaurus.config.js (+16 -0)

📄 Description

This PR enhances the image generation tutorial by adding comprehensive instructions for utilizing the OpenAI DALL·E option within Open WebUI. With the introduction of a new backend selector, users can now opt between the AUTOMATIC1111 and OpenAI DALL·E backends for image generation. Specifically for OpenAI DALL·E, the update includes detailed steps on model selection (DALL·E 2 or DALL·E 3), API key entry, and choosing the appropriate image size based on the model. This improvement aims to provide users with a thorough understanding and ease of use for both available image generation backends.

Additionally, I've made minor updates including the renaming of the "OpenAI Connections" tutorial to "OpenAI API Endpoints," and the inclusion of footer navigation links to the "Tutorial", "FAQ", and "Research" pages, as well as the git CHANGELOG.md file, further enhancing site navigability and resource accessibility.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/docs/pull/24 **Author:** [@justinh-rahb](https://github.com/justinh-rahb) **Created:** 3/17/2024 **Status:** ✅ Merged **Merged:** 3/18/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dall-e` --- ### 📝 Commits (10+) - [`2ad668f`](https://github.com/open-webui/docs/commit/2ad668f3b7b909f6d12cce410dc0813eb069a3de) Change title - [`0213c1b`](https://github.com/open-webui/docs/commit/0213c1b61206f217e92779d4d2596beba3a83af3) Add DALL-E image generation - [`9433f62`](https://github.com/open-webui/docs/commit/9433f62d32d8b944ff12f36b5aaa95263d408f57) Add tutorial and research links to navigation - [`0ffde3a`](https://github.com/open-webui/docs/commit/0ffde3a1c45fa6778a2c6adb1f2d8c428d03e209) Add FAQ link to footer navigation - [`2d14769`](https://github.com/open-webui/docs/commit/2d147698f9e2e58f87a7af94d1cb05a3f38af21c) Add footer to FAQ - [`7c8f7e2`](https://github.com/open-webui/docs/commit/7c8f7e2211f71aaffc12506f254d948732a564d5) Wording - [`a2f42fb`](https://github.com/open-webui/docs/commit/a2f42fb2ab6b2646efe1111fbe25788d04f1dd5f) Add more FAQ - [`cf816e5`](https://github.com/open-webui/docs/commit/cf816e58a0cc61e557eae8e19c31046b0ea0381c) Add FAQ - [`12f154c`](https://github.com/open-webui/docs/commit/12f154c82103536628eb3ee4c3c04789b86439d9) More FAQs - [`f5e6397`](https://github.com/open-webui/docs/commit/f5e639763850aad3d3292d7b5adf8e4e4035870e) Wording ### 📊 Changes **5 files changed** (+121 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `docs/faq.md` (+45 -1) 📝 `docs/getting-started/troubleshooting.md` (+32 -0) 📝 `docs/tutorial/images.md` (+26 -7) 📝 `docs/tutorial/openai.md` (+2 -2) 📝 `docusaurus.config.js` (+16 -0) </details> ### 📄 Description This PR enhances the image generation tutorial by adding comprehensive instructions for utilizing the OpenAI DALL·E option within Open WebUI. With the introduction of a new backend selector, users can now opt between the AUTOMATIC1111 and OpenAI DALL·E backends for image generation. Specifically for OpenAI DALL·E, the update includes detailed steps on model selection (DALL·E 2 or DALL·E 3), API key entry, and choosing the appropriate image size based on the model. This improvement aims to provide users with a thorough understanding and ease of use for both available image generation backends. Additionally, I've made minor updates including the renaming of the "OpenAI Connections" tutorial to "OpenAI API Endpoints," and the inclusion of footer navigation links to the "Tutorial", "FAQ", and "Research" pages, as well as the git `CHANGELOG.md` file, further enhancing site navigability and resource accessibility. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:15:42 -05:00
yindo closed this issue 2026-02-15 17:15:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#163