mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #339] [CLOSED] feat: Update Anthropic model with Claude 3.7 Sonnet enhancements #1298
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/339
Author: @fdb02983rhy
Created: 2/28/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (8)
6ad3c70feat: Update Anthropic model with Claude 3.7 Sonnet enhancements6350ca5Merge branch 'langgenius:main' into main29a9310feat(vertex_ai): Enhance JSON schema and response handling8f91b13Revert "feat(vertex_ai): Enhance JSON schema and response handling"3bc8d25Update llm.py2a57d5afeat(anthropic): Enhance Claude 3.7 Sonnet model with advanced thinking block handlingfa9688fMerge branch 'langgenius:main' into main88fba97Update claude-3-7-sonnet-20250219.yaml📊 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.