diff --git a/Bing-Image-Creator.md b/Bing-Image-Creator.md new file mode 100644 index 0000000..63b0aac --- /dev/null +++ b/Bing-Image-Creator.md @@ -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" +} +```