mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
[PR #7023] [CLOSED] Bedrock claude integration #22002
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/7023
Author: @ykumaar-d3
Created: 11/18/2024
Status: ❌ Closed
Base:
main← Head:d3-bedrock-integration📝 Commits (1)
ea146a4Bedrock 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.