Original PR: https://github.com/open-webui/open-webui/pull/8963 Author: @alinalozyuk Created: 1/26/2025 Status: ❌ Closed
Base: main ← Head: feature/MNGS-253
main
feature/MNGS-253
bdc24f7
c9300f9
89f29d1
19 files changed (+288 additions, -19 deletions)
📝 .dockerignore (+33 -0) 📝 .gitignore (+6 -2) ➕ Dockerfile.open_web_ui (+3 -0) ➕ infra/__init__.py (+0 -0) ➕ infra/app.py (+26 -0) ➕ infra/cdk.json (+77 -0) ➕ infra/stacks/__init__.py (+0 -0) ➕ infra/stacks/open_web_ui_ecr_stack.py (+69 -0) ➕ infra/utils/__init__.py (+10 -0) ➕ infra/utils/init_config.py (+16 -0) ➕ infra/utils/namespace_service.py (+17 -0) ➕ infra/utils/resolve_path.py (+5 -0) 📝 src/lib/components/channel/Navbar.svelte (+1 -1) 📝 src/lib/components/chat/Messages/Name.svelte (+2 -2) 📝 src/lib/components/chat/Navbar.svelte (+5 -5) 📝 src/lib/components/layout/Help.svelte (+4 -4) 📝 src/lib/components/layout/Navbar.svelte (+4 -4) 📝 src/lib/components/layout/Sidebar.svelte (+1 -1) 📝 src/routes/auth/+page.svelte (+9 -0)
.dockerignore
.gitignore
Dockerfile.open_web_ui
infra/__init__.py
infra/app.py
infra/cdk.json
infra/stacks/__init__.py
infra/stacks/open_web_ui_ecr_stack.py
infra/utils/__init__.py
infra/utils/init_config.py
infra/utils/namespace_service.py
infra/utils/resolve_path.py
src/lib/components/channel/Navbar.svelte
src/lib/components/chat/Messages/Name.svelte
src/lib/components/chat/Navbar.svelte
src/lib/components/layout/Help.svelte
src/lib/components/layout/Navbar.svelte
src/lib/components/layout/Sidebar.svelte
src/routes/auth/+page.svelte
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/8963
Author: @alinalozyuk
Created: 1/26/2025
Status: ❌ Closed
Base:
main← Head:feature/MNGS-253📝 Commits (3)
bdc24f7[MNGS-253] delete select model, deploy to aws ecrc9300f9[MNGS-253] Implement custom UI interface for Chatbot AI89f29d1Merge branch 'main' into feature/MNGS-253📊 Changes
19 files changed (+288 additions, -19 deletions)
View changed files
📝
.dockerignore(+33 -0)📝
.gitignore(+6 -2)➕
Dockerfile.open_web_ui(+3 -0)➕
infra/__init__.py(+0 -0)➕
infra/app.py(+26 -0)➕
infra/cdk.json(+77 -0)➕
infra/stacks/__init__.py(+0 -0)➕
infra/stacks/open_web_ui_ecr_stack.py(+69 -0)➕
infra/utils/__init__.py(+10 -0)➕
infra/utils/init_config.py(+16 -0)➕
infra/utils/namespace_service.py(+17 -0)➕
infra/utils/resolve_path.py(+5 -0)📝
src/lib/components/channel/Navbar.svelte(+1 -1)📝
src/lib/components/chat/Messages/Name.svelte(+2 -2)📝
src/lib/components/chat/Navbar.svelte(+5 -5)📝
src/lib/components/layout/Help.svelte(+4 -4)📝
src/lib/components/layout/Navbar.svelte(+4 -4)📝
src/lib/components/layout/Sidebar.svelte(+1 -1)📝
src/routes/auth/+page.svelte(+9 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.