Updated Bing Image Creator (markdown)
parent
f87f9a76f7
commit
6e8e0d4337
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
```
|
Loading…
Reference in a new issue