[PR #1108] [MERGED] feat: dall-e integration #7373

Closed
opened 2025-11-11 17:24:46 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1108
Author: @tjbck
Created: 3/9/2024
Status: Merged
Merged: 3/9/2024
Merged by: @tjbck

Base: devHead: dall-e


📝 Commits (3)

  • dd3a4b3 refac: image generation
  • 0221acd feat: dall-e integration
  • fe7610d fix: disable dall-e image generation w/o key

📊 Changes

6 files changed (+417 additions, -138 deletions)

View changed files

📝 backend/apps/images/main.py (+187 -50)
📝 backend/main.py (+1 -0)
📝 src/lib/apis/images/index.ts (+83 -8)
📝 src/lib/components/chat/Messages/ResponseMessage.svelte (+5 -3)
📝 src/lib/components/chat/Settings/Images.svelte (+134 -75)
📝 src/lib/components/common/Image.svelte (+7 -2)

📄 Description

No description provided


🔄 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/open-webui/pull/1108 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 3/9/2024 **Status:** ✅ Merged **Merged:** 3/9/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dall-e` --- ### 📝 Commits (3) - [`dd3a4b3`](https://github.com/open-webui/open-webui/commit/dd3a4b38895b2ac807c9f871dc0a64903d82941e) refac: image generation - [`0221acd`](https://github.com/open-webui/open-webui/commit/0221acd163e99fafab17313f693cd80679387c96) feat: dall-e integration - [`fe7610d`](https://github.com/open-webui/open-webui/commit/fe7610d380a38f5bc4d660b6ec6ec05d05c04bb9) fix: disable dall-e image generation w/o key ### 📊 Changes **6 files changed** (+417 additions, -138 deletions) <details> <summary>View changed files</summary> 📝 `backend/apps/images/main.py` (+187 -50) 📝 `backend/main.py` (+1 -0) 📝 `src/lib/apis/images/index.ts` (+83 -8) 📝 `src/lib/components/chat/Messages/ResponseMessage.svelte` (+5 -3) 📝 `src/lib/components/chat/Settings/Images.svelte` (+134 -75) 📝 `src/lib/components/common/Image.svelte` (+7 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 17:24:46 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#7373