mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[PR #24426] [CLOSED] Medical guardrails #131320
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/24426
Author: @cadeferg
Created: 5/7/2026
Status: ❌ Closed
Base:
main← Head:medical-guardrails📝 Commits (10+)
6ef1770Setting up custom docker image71564f2Update suggested prompts in config.py658b2c0Attatched ocr service account, developer must add keyd548244OCR and Deidentification fully working, pls follow key instructions7176741Merge pull request #2 from aishaahmadd/cade-quick-prompts894a525Deidenitfication testing + DOB adition75aef11Merge pull request #3 from aishaahmadd/ocr_nlp2c0a0abchanged theme, added logos on main page, must still fix some detailsf6d02fdMerge pull request #4 from aishaahmadd/brandinga380ae4added translation quick prompt📊 Changes
25 files changed (+510 additions, -67 deletions)
View changed files
📝
.gitignore(+1 -0)📝
Dockerfile(+1 -0)📝
backend/open_webui/config.py(+10 -17)📝
backend/open_webui/env.py(+4 -4)➕
backend/open_webui/retrieval/loaders/google_ocr_loader.py(+60 -0)📝
backend/open_webui/retrieval/loaders/main.py(+5 -1)📝
backend/open_webui/routers/files.py(+3 -1)📝
backend/open_webui/routers/openai.py(+2 -0)📝
backend/open_webui/routers/retrieval.py(+15 -0)➕
backend/open_webui/utils/deidentification_engine.py(+103 -0)➕
backend/open_webui/utils/ocr_engine.py(+59 -0)📝
backend/open_webui/utils/payload.py(+131 -1)📝
backend/requirements.txt(+5 -0)➕
deploy/runpod-model/.env.example(+4 -0)📝
docker-compose.yaml(+10 -13)📝
src/app.css(+66 -4)📝
src/app.html(+7 -5)📝
src/lib/constants.ts(+1 -1)📝
src/routes/+layout.svelte(+14 -11)📝
src/routes/auth/+page.svelte(+9 -9)...and 5 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions to discuss your idea/fix with the community before creating a pull request, and describe your changes before submitting a pull request.
This is to ensure large feature PRs are discussed with the community first, before starting work on it. If the community does not want this feature or it is not relevant for Open WebUI as a project, it can be identified in the discussion before working on the feature and submitting the PR.
Before submitting, make sure you've checked the following:
devbranch. PRs targetingmainwill be immediately closed.devto ensure no unrelated commits (e.g. frommain) are included. Push updates to the existing PR branch instead of closing and reopening.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.