Harry
commited on
The type hint need python 3.8+ (#53)
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
<a href="https://github.com/acheong08/EdgeGPT">
|
12 |
<img alt="PyPI version" src="https://img.shields.io/pypi/v/EdgeGPT">
|
13 |
</a>
|
14 |
-
<img alt="Python version" src="https://img.shields.io/badge/python-3.
|
15 |
</p>
|
16 |
|
17 |
#
|
@@ -46,7 +46,7 @@ python3 -m pip install EdgeGPT --upgrade
|
|
46 |
### Requirements
|
47 |
We have a shared token for public use. If you have your own account with access, you can use that instead.
|
48 |
|
49 |
-
- python 3.
|
50 |
- Microsoft Edge (Required)
|
51 |
- A Microsoft Account with early access to http://bing.com/chat (Required)
|
52 |
|
|
|
11 |
<a href="https://github.com/acheong08/EdgeGPT">
|
12 |
<img alt="PyPI version" src="https://img.shields.io/pypi/v/EdgeGPT">
|
13 |
</a>
|
14 |
+
<img alt="Python version" src="https://img.shields.io/badge/python-3.8+-blue.svg">
|
15 |
</p>
|
16 |
|
17 |
#
|
|
|
46 |
### Requirements
|
47 |
We have a shared token for public use. If you have your own account with access, you can use that instead.
|
48 |
|
49 |
+
- python 3.8+
|
50 |
- Microsoft Edge (Required)
|
51 |
- A Microsoft Account with early access to http://bing.com/chat (Required)
|
52 |
|