Antonio Cheong
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ ChatGPT with internet access
|
|
22 |
- Use it as command line argument later
|
23 |
|
24 |
## Installation
|
25 |
-
- `python3 -m pip install
|
26 |
|
27 |
## Demo usage
|
28 |
- If `BING_U` in environment variables: `python3 -m BingGPT`
|
@@ -81,4 +81,4 @@ if __name__ == "__main__":
|
|
81 |
|
82 |
## Work in progress
|
83 |
- Response streaming (Easily achievable)
|
84 |
-
- Error handling
|
|
|
22 |
- Use it as command line argument later
|
23 |
|
24 |
## Installation
|
25 |
+
- `python3 -m pip install revBingGPT`
|
26 |
|
27 |
## Demo usage
|
28 |
- If `BING_U` in environment variables: `python3 -m BingGPT`
|
|
|
81 |
|
82 |
## Work in progress
|
83 |
- Response streaming (Easily achievable)
|
84 |
+
- Error handling
|