mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #269] [MERGED] Add Bedrock Claude 3.7 Reasoning #1234
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/langgenius/dify-official-plugins/pull/269
Author: @warren830
Created: 2/26/2025
Status: ✅ Merged
Merged: 3/3/2025
Merged by: @crazywoola
Base:
main← Head:feature/bedrock-reasoning📝 Commits (8)
671c262添加 Bedrock Reasoning 功能优化8442bacfix070451afix82b4f4afix4d688b3fixc5ab308fixd85ffcafix5b6190fMerge branch 'main' into feature/bedrock-reasoning📊 Changes
9 files changed (+261 additions, -7 deletions)
View changed files
📝
models/bedrock/manifest.yaml(+1 -1)📝
models/bedrock/models/llm/anthropic.claude-3-5-sonnet-v1.yaml(+0 -0)📝
models/bedrock/models/llm/anthropic.claude-3-5-sonnet-v2.yaml(+0 -0)➕
models/bedrock/models/llm/anthropic.claude-3-7-sonnet.yaml(+95 -0)📝
models/bedrock/models/llm/llm.py(+68 -4)📝
models/bedrock/models/llm/us.anthropic.claude-3-5-sonnet-v1.5.yaml(+0 -0)📝
models/bedrock/models/llm/us.anthropic.claude-3-5-sonnet-v2.yaml(+0 -0)➕
models/bedrock/models/llm/us.anthropic.claude-3-7-sonnet.yaml(+95 -0)📝
models/bedrock/requirements.txt(+2 -2)📄 Description
Add Bedrock Claude 3.7 Reasoning
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.