mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #536] [MERGED] fix: azuredalle not working #1426
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/536
Author: @crazywoola
Created: 3/21/2025
Status: ✅ Merged
Merged: 3/25/2025
Merged by: @JohnJyong
Base:
main← Head:fix/535-azure-dall-e-failing📝 Commits (1)
9b5e4dafix: azuredalle📊 Changes
3 files changed (+5 additions, -16 deletions)
View changed files
📝
tools/azuredalle/manifest.yaml(+1 -1)📝
tools/azuredalle/requirements.txt(+1 -1)📝
tools/azuredalle/tools/dalle3.py(+3 -14)📄 Description
0.0.3from base64 import b64decode=>import base64dify_plugin==0.0.1b74Fix https://github.com/langgenius/dify/issues/16797
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.