2 Bing Image Creator
BobMaster edited this page 2023-04-18 01:09:00 +08:00

You can learn how to get cookie from here: https://github.com/acheong08/EdgeGPT#getting-authentication-required

sample .env

SERVER_URL="xxxxx.xxxxxx.xxxxxxxxx"
ACCESS_TOKEN="xxxxxxxxxxxxxxxxx"
USERNAME="@chatgpt"
BING_AUTH_COOKIE="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

sample config.json

{
    "server_url": "xxxx.xxxx.xxxxx",
    "access_token": "xxxxxxxxxxxxxxxxxxxxxx",
    "username": "@chatgpt",
    "bing_auth_cookie": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}