Created Bing Image Creator (markdown)
parent
b83f23215c
commit
30cd61092f
1 changed files with 17 additions and 0 deletions
17
Bing-Image-Creator.md
Normal file
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"
|
||||||
|
}
|
||||||
|
```
|
Loading…
Reference in a new issue