Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Cheong committed Feb 10, 2023
1 parent bcd6bf2 commit 295085f
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Completely optional, but recommended if you have beta access to Bing Chat
- `python3 -m pip install EdgeGPT`

## Demo usage
```s
```
$ python3 -m EdgeGPT -h
EdgeGPT - A demo of reverse engineering the Bing GPT chatbot
Expand Down Expand Up @@ -112,18 +112,6 @@ async def main():


if __name__ == "__main__":
print(
"""
EdgeGPT - A demo of reverse engineering the Bing GPT chatbot
Repo: github.com/acheong08/EdgeGPT
By: Antonio Cheong
!help for help
Type !exit to exit
Enter twice to send message
""",
)
asyncio.run(main())

```
Expand Down

0 comments on commit 295085f

Please sign in to comment.