mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #6994] [CLOSED] feat: new image generation ux #37624
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/6994
Author: @francis2tm
Created: 11/17/2024
Status: ❌ Closed
Base:
main← Head:feat/better_image_gen📝 Commits (10+)
de6f5a5feat: mvp utopia 0.1 (#3)781910cfeat: add sui login (#14)4de246dfeat: google zklogin (#15)d156a29feat: image generation (#17)52e2ddfchore: remove update toast and changelog8f863b1Merge pull request #19 from atoma-network/chore/remove_update_changelog60afd0cchore: changed image generation response format to url599fd17Merge pull request #20 from atoma-network/chore/change_image_gen_response_formatab794f6first commit99c67f1feat: added rag and web search env variables📊 Changes
41 files changed (+2320 additions, -300 deletions)
View changed files
➖
.env.example(+0 -13)➕
.env.litellm.production(+3 -0)➕
.env.openwebui.development(+41 -0)➕
.env.openwebui.production(+41 -0)📝
.gitignore(+2 -1)📝
Dockerfile(+3 -0)📝
README.md(+6 -217)📝
backend/open_webui/apps/images/main.py(+2 -3)📝
backend/open_webui/apps/webui/main.py(+2 -0)📝
backend/open_webui/config.py(+8 -0)📝
backend/open_webui/env.py(+2 -2)📝
backend/open_webui/main.py(+7 -10)📝
backend/open_webui/static/favicon.png(+0 -0)📝
backend/open_webui/static/splash.png(+0 -0)📝
docker-compose.yaml(+14 -20)➕
docker-compose_old.yaml(+34 -0)➕
litellm_config.yaml(+24 -0)📝
package-lock.json(+1388 -12)📝
package.json(+5 -0)📝
src/app.html(+1 -1)...and 21 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.