mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
[PR #2932] [CLOSED] **BREAKING CHANGE**: all python code now under open_webui namespace
#7929
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/2932
Author: @tcztzy
Created: 6/8/2024
Status: ❌ Closed
Base:
dev← Head:dev📝 Commits (1)
8f62237changed: all python code now underopen_webuinamespace📊 Changes
59 files changed (+123 additions, -125 deletions)
View changed files
📝
backend/dev.sh(+1 -1)📝
backend/open_webui/__init__.py(+3 -3)📝
backend/open_webui/apps/audio/main.py(+4 -4)📝
backend/open_webui/apps/images/main.py(+5 -5)📝
backend/open_webui/apps/images/utils/comfyui.py(+1 -1)📝
backend/open_webui/apps/litellm/main.py(+4 -4)📝
backend/open_webui/apps/ollama/main.py(+5 -5)📝
backend/open_webui/apps/openai/main.py(+4 -4)📝
backend/open_webui/apps/rag/main.py(+6 -6)📝
backend/open_webui/apps/rag/utils.py(+2 -2)📝
backend/open_webui/apps/web/internal/db.py(+2 -2)📝
backend/open_webui/apps/web/internal/migrations/001_initial_schema.py(+0 -0)📝
backend/open_webui/apps/web/internal/migrations/002_add_local_sharing.py(+0 -0)📝
backend/open_webui/apps/web/internal/migrations/003_add_auth_api_key.py(+0 -0)📝
backend/open_webui/apps/web/internal/migrations/004_add_archived.py(+0 -0)📝
backend/open_webui/apps/web/internal/migrations/005_add_updated_at.py(+0 -0)📝
backend/open_webui/apps/web/internal/migrations/006_migrate_timestamps_and_charfields.py(+0 -0)📝
backend/open_webui/apps/web/internal/migrations/007_add_user_last_active_at.py(+0 -0)📝
backend/open_webui/apps/web/internal/migrations/008_add_memory.py(+0 -0)📝
backend/open_webui/apps/web/internal/migrations/README.md(+0 -0)...and 39 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.