Forked from acheong08/EdgeGPT, with some personal tweaks.
$ wget 'https://raw.githubusercontent.com/KevCui/EdgeGPT/master/src/EdgeGPT.py'
$ chmod +x EdgeGPT.py
$ pip install certifi httpx prompt_toolkit requests rich websockets
- Sign in Bing chat in browser
- Get
_U
cookie value - Put
_U
cookie value in JSON string below and save it as a JSON file:
[
{
"name": "_U",
"value": "<your_cookie_value>"
}
]
$ ./EdgeGPT.py --cookie-file <your_cookie_file> --help