Antonio Cheong commited on
Commit
50dae10
·
unverified ·
1 Parent(s): dc36d39

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -4,15 +4,14 @@ ChatGPT with internet access
4
  <details>
5
  <summary>
6
 
7
- ## Setup (optional)
8
- Completely optional, but recommended if you have beta access to Bing Chat
9
  </summary>
10
 
11
- ### Requirements (Optional)
12
  - A Microsoft Account with early access to http://bing.com/chat
13
  - Microsoft Edge
14
 
15
- ### Checking access (Optional)
16
  - Install the latest version of Microsoft Edge
17
  - Open http://bing.com/chat
18
  - If you see a chat feature, you are good to go
@@ -46,7 +45,7 @@ usage: EdgeGPT.py [-h] [--stream] [--bing-cookie BING_COOKIE]
46
  options:
47
  -h, --help show this help message and exit
48
  --no-stream
49
- --bing-cookie BING_COOKIE (Optional)
50
  ```
51
 
52
  ## Developer
 
4
  <details>
5
  <summary>
6
 
7
+ ## Setup (Required)
 
8
  </summary>
9
 
10
+ ### Requirements (Required)
11
  - A Microsoft Account with early access to http://bing.com/chat
12
  - Microsoft Edge
13
 
14
+ ### Checking access (Required)
15
  - Install the latest version of Microsoft Edge
16
  - Open http://bing.com/chat
17
  - If you see a chat feature, you are good to go
 
45
  options:
46
  -h, --help show this help message and exit
47
  --no-stream
48
+ --bing-cookie BING_COOKIE (Required)
49
  ```
50
 
51
  ## Developer