mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-18 06:17:06 +00:00
feat: support dalle image variation
This commit is contained in:
parent
38de2ce714
commit
5fceef37ec
5 changed files with 127 additions and 6 deletions
|
|
@ -279,7 +279,7 @@ export class chatgpt extends plugin {
|
|||
}
|
||||
if (reply) {
|
||||
for (let val of reply) {
|
||||
if (val.type == 'image') {
|
||||
if (val.type === 'image') {
|
||||
e.img = [val.url]
|
||||
break
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue