From 6e8e0d43370db10d07603cc3db9194065af2e6cc Mon Sep 17 00:00:00 2001 From: BobMaster Date: Sat, 20 May 2023 09:51:40 +0800 Subject: [PATCH] Updated Bing Image Creator (markdown) --- Bing-Image-Creator.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Bing-Image-Creator.md b/Bing-Image-Creator.md index a4ec3a4..2cdc631 100644 --- a/Bing-Image-Creator.md +++ b/Bing-Image-Creator.md @@ -9,6 +9,7 @@ ROOM_ID="!FYCmBSkCRUXXXXXXXXX:matrix.XXX.XXX" # Optional, if not set, bot will w OPENAI_API_KEY="xxxxxxxxxxxxxxxxx" # Optional, for !chat and !gpt command ACCESS_TOKEN="xxxxxxxxxxxxxxxxxxxxx" # Optional, use user_id and password is recommended BING_AUTH_COOKIE="xxxxxxxxxxxxxxxxxxx" # _U cookie, Optional, for Bing Image Creator +OUTPUT_FOUR_IMAGES="true" # Optional ``` sample `config.json` @@ -21,6 +22,7 @@ sample `config.json` "room_id": "!FYCmBSkCRUNvZDBaDQ:matrix.qqs.tw", "api_key": "xxxxxxxxxxxxxxxxxxxxxxxx", "access_token": "xxxxxxx", - "bing_auth_cookie": "xxxxxxxxxxx" + "bing_auth_cookie": "xxxxxxxxxxx", + "output_four_images": true } ``` \ No newline at end of file