-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support openai images edits api #1369
base: main
Are you sure you want to change the base?
Conversation
nb |
周末处理~ |
实用效果图,支持这个接口是为之后即将推出的 dall-e-3 inpaiting 作准备。 My.Movie.mp4 |
这个功能是不是还没提交到最新版,试了一下不行。 |
尚未合并,目前只能用我的 fork 试。 |
不好意思拖了这么久,我尽量抽时间处理 |
一个人太吃力了,不考虑把这个项目转成 ORG 然后搞个委员会来处理 PR 吗? |
很有道理,我确实力不从心 |
f5c61a6
to
7ef45ee
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1369 +/- ##
========================================
- Coverage 1.30% 1.30% -0.01%
========================================
Files 144 144
Lines 10140 10151 +11
========================================
Hits 132 132
- Misses 9994 10005 +11
Partials 14 14 ☔ View full report in Codecov by Sentry. |
@songquanpeng 冲突都修好了,可以看看还要合吗 |
希望合并。 |
说明
支持 OpenAI 的 ImagesEdits 接口
https://platform.openai.com/docs/api-reference/images/createEdit
这个接口比较特殊的地方在于接受的是 FORM 而不是 JSON。
自测
我已确认该 PR 已自测通过,相关截图如下: