Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Cheong committed Feb 15, 2023
1 parent 9bf779e commit d5c8ae6
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
- [Quick start](#quick-start)
- [Developer demo](#developer-demo)
- [Work in progress](#work-in-progress)
- [Star History](#star-history)
- [Contributors](#contributors)

## Setup
Expand Down Expand Up @@ -70,10 +71,11 @@ We have a shared token for public use. If you have your own account with access,

</summary>

- Open the developer tools (F12)
- Go to the Application tab → Storage → Cookies
- Find the cookie named "_U"
- Copy the value of the cookie
- Install the cookie editor extension for [Chrome](https://chrome.google.com/webstore/detail/cookie-editor/hlkenndednhfkekhgcdicdfddnkalmdm) or [Firefox](https://addons.mozilla.org/en-US/firefox/addon/cookie-editor/)
- Go to `bing.com`
- Open the extension
- Click "Export" on the bottom right (This saves your cookies to clipboard)
- Paste your cookies into a file `cookies.json`

</details>

Expand All @@ -84,7 +86,7 @@ We have a shared token for public use. If you have your own account with access,
### Quick start

```
$ python3 -m EdgeGPT -h
$ python3 -m EdgeGPT -h
EdgeGPT - A demo of reverse engineering the Bing GPT chatbot
Repo: github.com/acheong08/EdgeGPT
Expand All @@ -94,13 +96,13 @@ We have a shared token for public use. If you have your own account with access,
Type !exit to exit
Enter twice to send message
usage: EdgeGPT.py [-h] [--no-stream] [--bing-cookie BING_COOKIE]
usage: EdgeGPT.py [-h] [--no-stream] --cookie-file COOKIE_FILE
options:
-h, --help show this help message and exit
--no-stream
--bing-cookie BING_COOKIE (Required)
--cookie-file COOKIE_FILE
```

-----
Expand Down

0 comments on commit d5c8ae6

Please sign in to comment.