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

Commit

Permalink
Fix docs and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Cheong committed Feb 11, 2023
1 parent 7b516d5 commit 6e1534b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 15 deletions.
36 changes: 22 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,34 +16,42 @@

#

> ## UPDATE 2023/02/11 - Public access has been revoked by Microsoft. It still works if you have access to the waitlist. Please check out https://github.com/acheong08/SydneyAuth if you do have access and contact me. You can securely share access with the community if you don't mind.
> ## UPDATE 2023/02/12 - Public access available again
## Table of Contents
- [Steup](#steup)
- [Usage](#usage)
- [Quick start](#quick-start)
- [Developer demo](#developer-demo)
- [Work in progress](#work-in-progress)
- [Contributors](#contributors)

## Steup
- [Edge GPT](#edge-gpt)
- [](#)
- [Table of Contents](#table-of-contents)
- [Setup](#setup)
- [Install package](#install-package)
- [Requirements](#requirements)
- [Checking access (Optional)](#checking-access-optional)
- [Getting authentication (Optional)](#getting-authentication-optional)
- [Usage](#usage)
- [Quick start](#quick-start)
- [Developer demo](#developer-demo)
- [Work in progress](#work-in-progress)
- [Contributors](#contributors)

## Setup

### Install package
```bash
python3 -m pip install EdgeGPT
```

### Requirements
We have a shared token for public use. If you have your own account with access, you can use that instead.

- python 3.7+
- Microsoft Edge
- A Microsoft Account with early access to http://bing.com/chat
- Microsoft Edge (Optional)
- A Microsoft Account with early access to http://bing.com/chat (Optional)


<details>
<summary>

### Checking access
### Checking access (Optional)

</summary>

Expand All @@ -57,7 +65,7 @@ python3 -m pip install EdgeGPT
<details>
<summary>

### Getting authentication
### Getting authentication (Optional)

</summary>

Expand Down Expand Up @@ -91,7 +99,7 @@ usage: EdgeGPT.py [-h] [--no-stream] [--bing-cookie BING_COOKIE]
options:
-h, --help show this help message and exit
--no-stream
--bing-cookie BING_COOKIE (Required)
--bing-cookie BING_COOKIE (Optional)
```

-----
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="EdgeGPT",
version="0.0.21",
version="0.0.25",
license="GNU General Public License v2.0",
author="Antonio Cheong",
author_email="[email protected]",
Expand Down

0 comments on commit 6e1534b

Please sign in to comment.