From c5421bb5a0e4727a710b4917ecb26aca0b722115 Mon Sep 17 00:00:00 2001 From: zyc404 Date: Thu, 12 Oct 2023 17:03:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)