From 2f9cdf50a9c1c52c2026ae243f5fd4ba9964cbff Mon Sep 17 00:00:00 2001 From: Byron Wang Date: Wed, 28 May 2025 17:52:32 +0800 Subject: [PATCH] update readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 1b40038..bdf92b9 100644 --- a/README.md +++ b/README.md @@ -96,3 +96,15 @@ go test ./... ## 📄 License This project is licensed under the [Apache 2.0 License](LICENSE). + +## NOTICE +Some parts of the code in this project originate from [dify-plugin-daemon](https://github.com/langgenius/dify-plugin-daemon), specifically: + +|Provider | Author | PR | +|---|---|---| +|Aliyun OSS|[bravomark](https://github.com/bravomark)|https://github.com/langgenius/dify-plugin-daemon/pull/261 | +|Azure Blob|[techan](https://github.com/te-chan)|https://github.com/langgenius/dify-plugin-daemon/pull/172| +|Google GCS|[Hironori Yamamoto](https://github.com/hiro-o918)|https://github.com/langgenius/dify-plugin-daemon/pull/237| +|Local|[lengyhua](https://github.com/lengyhua)|https://github.com/langgenius/dify-plugin-daemon/pull/157| +|AWS S3|[Yeuoly](https://github.com/Yeuoly)|https://github.com/langgenius/dify-plugin-daemon/commit/9ad9d7d4de1d123956ab07955e541bc4053e5170| +|Tencent COS|[quicksand](https://github.com/quicksandznzn)|https://github.com/langgenius/dify-plugin-daemon/pull/97|