Harry commited on
Commit
6419824
·
unverified ·
1 Parent(s): 6b6a834

The type hint need python 3.8+ (#53)

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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.7+-blue.svg">
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.7+
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