mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-12 10:04:14 -05:00
[PR #10355] [CLOSED] Ca/change-const #9301
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/10355
Author: @CenaAshoori
Created: 2/19/2025
Status: ❌ Closed
Base:
main← Head:ca/change-const📝 Commits (10+)
300ae39Update - manifest & images2d2d528Ca/use-own-apikeys (#3)52822f3fix get_all_models (#4)470abb5new file addeddd22102add runui.sh filed617c0achange github action ci/cd for docker imagec942451Merge pull request #5 from AiBrary-dev/ca/add-docker-for-render4638660Merge branch 'main' into releasef2fad35change docker workflowe09c305Merge pull request #7 from AiBrary-dev/ca/add-docker-for-render📊 Changes
38 files changed (+603 additions, -89 deletions)
View changed files
➕
.github/workflows/custom-docker.yaml(+41 -0)📝
.github/workflows/docker-build.yaml(+1 -1)📝
.gitignore(+2 -0)📝
backend/open_webui/main.py(+3 -3)📝
backend/open_webui/models/auths.py(+4 -0)📝
backend/open_webui/retrieval/utils.py(+1 -1)📝
backend/open_webui/routers/audio.py(+4 -6)📝
backend/open_webui/routers/auths.py(+137 -34)📝
backend/open_webui/routers/images.py(+1 -3)📝
backend/open_webui/routers/ollama.py(+1 -1)📝
backend/open_webui/routers/openai.py(+12 -15)📝
backend/open_webui/routers/pipelines.py(+1 -1)📝
backend/open_webui/static/favicon.png(+0 -0)📝
backend/open_webui/static/logo.png(+0 -0)📝
backend/open_webui/static/splash.png(+0 -0)➕
backend/open_webui/utils/get_apikey_by_email.py(+20 -0)📝
backend/open_webui/utils/models.py(+5 -5)📝
backend/open_webui/utils/oauth.py(+9 -1)➕
backend/requirements_no_ollama.txt(+108 -0)➕
docker-compose-only-open-webui.yaml(+27 -0)...and 18 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.