mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #355] [MERGED] feat(anthropic): Update Claude 3 model configuration and Anthropic SDK #1311
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/355
Author: @fdb02983rhy
Created: 3/2/2025
Status: ✅ Merged
Merged: 3/2/2025
Merged by: @crazywoola
Base:
main← Head:feat-Update-Anthropic-model-with-Claude-3.7-Sonnet-enhancements📝 Commits (1)
cc48dcefeat(anthropic): Update Claude 3 model configuration and Anthropic SDK📊 Changes
4 files changed (+272 additions, -66 deletions)
View changed files
📝
models/anthropic/manifest.yaml(+1 -1)📝
models/anthropic/models/llm/claude-3-7-sonnet-20250219.yaml(+22 -21)📝
models/anthropic/models/llm/llm.py(+248 -43)📝
models/anthropic/requirements.txt(+1 -1)📄 Description
Summary
Fix https://github.com/langgenius/dify-official-plugins/issues/318
1. Normal conversation
2. Tool use
3. PDF
4. Vision
4. Thinking mode with extended output 128k and tool use
5. Structured output
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.