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
main
feat/better_image_gen
de6f5a5
781910c
4de246d
d156a29
52e2ddf
8f863b1
60afd0c
599fd17
ab794f6
99c67f1
41 files changed (+2320 additions, -300 deletions)
➖ .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)
.env.example
.env.litellm.production
.env.openwebui.development
.env.openwebui.production
.gitignore
Dockerfile
README.md
backend/open_webui/apps/images/main.py
backend/open_webui/apps/webui/main.py
backend/open_webui/config.py
backend/open_webui/env.py
backend/open_webui/main.py
backend/open_webui/static/favicon.png
backend/open_webui/static/splash.png
docker-compose.yaml
docker-compose_old.yaml
litellm_config.yaml
package-lock.json
package.json
src/app.html
...and 21 more files
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.