[PR #7023] [CLOSED] Bedrock claude integration #125659

Closed
opened 2026-05-21 06:14:46 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/7023
Author: @ykumaar-d3
Created: 11/18/2024
Status: Closed

Base: mainHead: d3-bedrock-integration


📝 Commits (1)

  • ea146a4 Bedrock claude integration

📊 Changes

8 files changed (+285 additions, -5 deletions)

View changed files

README-D3.md (+39 -0)
backend/open_webui/apps/bedrock/main.py (+148 -0)
📝 backend/open_webui/config.py (+16 -0)
📝 backend/open_webui/main.py (+57 -2)
📝 backend/open_webui/utils/response.py (+6 -0)
📝 backend/requirements.txt (+2 -0)
📝 src/lib/components/chat/Chat.svelte (+9 -1)
📝 src/lib/stores/index.ts (+8 -2)

📄 Description

Integrating bedrock models in the open web ui backend


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/7023 **Author:** [@ykumaar-d3](https://github.com/ykumaar-d3) **Created:** 11/18/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `d3-bedrock-integration` --- ### 📝 Commits (1) - [`ea146a4`](https://github.com/open-webui/open-webui/commit/ea146a4fc6d78bf26b81befb97881a861f4b9528) Bedrock claude integration ### 📊 Changes **8 files changed** (+285 additions, -5 deletions) <details> <summary>View changed files</summary> ➕ `README-D3.md` (+39 -0) ➕ `backend/open_webui/apps/bedrock/main.py` (+148 -0) 📝 `backend/open_webui/config.py` (+16 -0) 📝 `backend/open_webui/main.py` (+57 -2) 📝 `backend/open_webui/utils/response.py` (+6 -0) 📝 `backend/requirements.txt` (+2 -0) 📝 `src/lib/components/chat/Chat.svelte` (+9 -1) 📝 `src/lib/stores/index.ts` (+8 -2) </details> ### 📄 Description Integrating bedrock models in the open web ui backend --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-21 06:14:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#125659