mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #470] [MERGED] feat: update sagemaker provider and requirements #1388
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/470
Author: @warren830
Created: 3/16/2025
Status: ✅ Merged
Merged: 3/16/2025
Merged by: @crazywoola
Base:
main← Head:feat/update-sagemaker📝 Commits (1)
78975a5feat: update sagemaker provider and requirements📊 Changes
12 files changed (+543 additions, -255 deletions)
View changed files
➕
models/sagemaker/GUIDE.md(+117 -0)➕
models/sagemaker/PRIVACY.md(+3 -0)📝
models/sagemaker/README.md(+31 -3)📝
models/sagemaker/manifest.yaml(+33 -21)📝
models/sagemaker/models/llm/llm.py(+128 -63)📝
models/sagemaker/models/rerank/rerank.py(+19 -4)📝
models/sagemaker/models/speech2text/speech2text.py(+19 -22)📝
models/sagemaker/models/text_embedding/text_embedding.py(+29 -7)📝
models/sagemaker/models/tts/tts.py(+22 -4)📝
models/sagemaker/provider/sagemaker.py(+5 -4)📝
models/sagemaker/provider/sagemaker.yaml(+135 -125)📝
models/sagemaker/requirements.txt(+2 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.