Created Bing Image Creator (markdown)

BobMaster 2023-04-18 00:54:39 +08:00
parent b83f23215c
commit 30cd61092f

17
Bing-Image-Creator.md Normal file

@ -0,0 +1,17 @@
sample `.env`
```env
SERVER_URL="xxxxx.xxxxxx.xxxxxxxxx"
ACCESS_TOKEN="xxxxxxxxxxxxxxxxx"
USERNAME="@chatgpt"
BING_AUTH_COOKIE="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
```
sample `config.json`
```json
{
"server_url": "xxxx.xxxx.xxxxx",
"access_token": "xxxxxxxxxxxxxxxxxxxxxx",
"username": "@chatgpt",
"bing_auth_cookie": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
```