mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #786] [CLOSED] feat: rename dalle to openai, add gpt image model #1547
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/786
Author: @fdb02983rhy
Created: 4/24/2025
Status: ❌ Closed
Base:
main← Head:rename-dalle-to-openai-and-add-gpt-image-model📝 Commits (3)
c4554e7feat: rename dalle to openai, add gpt image modeld6713efupdate images and readme, add missing parameters3fe409dRefactor image generation logic to enforce image count constraints and include 'n' in generation arguments📊 Changes
24 files changed (+857 additions, -59 deletions)
View changed files
➖
tools/dalle/README.md(+0 -39)➖
tools/dalle/_assets/dalle_1.PNG(+0 -0)➖
tools/dalle/_assets/dalle_2.PNG(+0 -0)➖
tools/dalle/_assets/dalle_3.PNG(+0 -0)➖
tools/dalle/requirements.txt(+0 -2)📝
tools/openai/.env.example(+0 -0)➕
tools/openai/README.md(+42 -0)📝
tools/openai/_assets/icon.png(+0 -0)➕
tools/openai/_assets/openai_1.png(+0 -0)➕
tools/openai/_assets/openai_2.png(+0 -0)➕
tools/openai/_assets/openai_3.png(+0 -0)📝
tools/openai/main.py(+0 -0)📝
tools/openai/manifest.yaml(+9 -9)📝
tools/openai/provider/openai.py(+1 -1)📝
tools/openai/provider/openai.yaml(+10 -8)➕
tools/openai/requirements.txt(+2 -0)📝
tools/openai/tools/dalle2.py(+0 -0)📝
tools/openai/tools/dalle2.yaml(+0 -0)📝
tools/openai/tools/dalle3.py(+0 -0)📝
tools/openai/tools/dalle3.yaml(+0 -0)...and 4 more files
📄 Description
Related Issues or Context
https://platform.openai.com/docs/guides/image-generation?image-generation-model=gpt-image-1
Please let me know if its ok to edit an existing tool's name, thx.
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
Generate





Edit-1
Edit-2
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.1.0,<0.2.0in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.