Antonio Cheong
commited on
Commit
·
295085f
1
Parent(s):
bcd6bf2
fix readme
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ Completely optional, but recommended if you have beta access to Bing Chat
|
|
29 |
- `python3 -m pip install EdgeGPT`
|
30 |
|
31 |
## Demo usage
|
32 |
-
```
|
33 |
$ python3 -m EdgeGPT -h
|
34 |
|
35 |
EdgeGPT - A demo of reverse engineering the Bing GPT chatbot
|
@@ -112,18 +112,6 @@ async def main():
|
|
112 |
|
113 |
|
114 |
if __name__ == "__main__":
|
115 |
-
print(
|
116 |
-
"""
|
117 |
-
EdgeGPT - A demo of reverse engineering the Bing GPT chatbot
|
118 |
-
Repo: github.com/acheong08/EdgeGPT
|
119 |
-
By: Antonio Cheong
|
120 |
-
|
121 |
-
!help for help
|
122 |
-
|
123 |
-
Type !exit to exit
|
124 |
-
Enter twice to send message
|
125 |
-
""",
|
126 |
-
)
|
127 |
asyncio.run(main())
|
128 |
|
129 |
```
|
|
|
29 |
- `python3 -m pip install EdgeGPT`
|
30 |
|
31 |
## Demo usage
|
32 |
+
```
|
33 |
$ python3 -m EdgeGPT -h
|
34 |
|
35 |
EdgeGPT - A demo of reverse engineering the Bing GPT chatbot
|
|
|
112 |
|
113 |
|
114 |
if __name__ == "__main__":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
asyncio.run(main())
|
116 |
|
117 |
```
|