diff --git a/apps/chat.js b/apps/chat.js index 52be7d4..e5ebf42 100644 --- a/apps/chat.js +++ b/apps/chat.js @@ -1674,7 +1674,7 @@ export class chatgpt extends plugin { prompt: response.details.imageTag, width: 512, height: 512, - sampler_index: Config.bingDrawApi || 'DPM++ 2M SDE' + sampler_index: Config.bingDrawSampler || 'DPM++ 2M SDE' }) } const drawData = await fetch(Config.bingDrawApi, drawOption)