mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #142] [MERGED] 🐛 fix bug by adding missing required parameters for anthropic claude #1120
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/142
Author: @ysekiy
Created: 1/11/2025
Status: ✅ Merged
Merged: 2/16/2025
Merged by: @Yeuoly
Base:
main← Head:fix/plugin/bedrock📝 Commits (1)
dc09014🐛 fix bug by adding missing required parameters for anthropic claude📊 Changes
20 files changed (+80 additions, -0 deletions)
View changed files
📝
models/bedrock/models/llm/anthropic.claude-3-5-haiku-v1.yaml(+4 -0)📝
models/bedrock/models/llm/anthropic.claude-3-haiku-v1.yaml(+4 -0)📝
models/bedrock/models/llm/anthropic.claude-3-opus-v1.yaml(+4 -0)📝
models/bedrock/models/llm/anthropic.claude-3-sonnet-v1.5.yaml(+4 -0)📝
models/bedrock/models/llm/anthropic.claude-3-sonnet-v1.yaml(+4 -0)📝
models/bedrock/models/llm/anthropic.claude-3-sonnet-v2.yaml(+4 -0)📝
models/bedrock/models/llm/anthropic.claude-instant-v1.yaml(+4 -0)📝
models/bedrock/models/llm/anthropic.claude-v1.yaml(+4 -0)📝
models/bedrock/models/llm/anthropic.claude-v2.1.yaml(+4 -0)📝
models/bedrock/models/llm/anthropic.claude-v2.yaml(+4 -0)📝
models/bedrock/models/llm/eu.anthropic.claude-3-haiku-v1.yaml(+4 -0)📝
models/bedrock/models/llm/eu.anthropic.claude-3-sonnet-v1.5.yaml(+4 -0)📝
models/bedrock/models/llm/eu.anthropic.claude-3-sonnet-v1.yaml(+4 -0)📝
models/bedrock/models/llm/eu.anthropic.claude-3-sonnet-v2.yaml(+4 -0)📝
models/bedrock/models/llm/us.anthropic.claude-3-5-haiku-v1.yaml(+4 -0)📝
models/bedrock/models/llm/us.anthropic.claude-3-haiku-v1.yaml(+4 -0)📝
models/bedrock/models/llm/us.anthropic.claude-3-opus-v1.yaml(+4 -0)📝
models/bedrock/models/llm/us.anthropic.claude-3-sonnet-v1.5.yaml(+4 -0)📝
models/bedrock/models/llm/us.anthropic.claude-3-sonnet-v1.yaml(+4 -0)📝
models/bedrock/models/llm/us.anthropic.claude-3-sonnet-v2.yaml(+4 -0)📄 Description
Summary
The Bedrock Official Plugin was in an uninstallable state. I found that the cause of the error was missing parameters, so this Pull Request fixes the parameters.
Related Issue
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.