mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-18 06:17:06 +00:00
修复错误
This commit is contained in:
parent
a0a9630aba
commit
c5421bb5a0
1 changed files with 1 additions and 1 deletions
|
|
@ -1674,7 +1674,7 @@ export class chatgpt extends plugin {
|
||||||
prompt: response.details.imageTag,
|
prompt: response.details.imageTag,
|
||||||
width: 512,
|
width: 512,
|
||||||
height: 512,
|
height: 512,
|
||||||
sampler_index: Config.bingDrawApi || 'DPM++ 2M SDE'
|
sampler_index: Config.bingDrawSampler || 'DPM++ 2M SDE'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
const drawData = await fetch(Config.bingDrawApi, drawOption)
|
const drawData = await fetch(Config.bingDrawApi, drawOption)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue