We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8d308 commit 47c0e23Copy full SHA for 47c0e23
01.GPTChat/README.md
@@ -1,18 +1,17 @@
1
## 01.GPTChat
2
3
4
-
5
+ build a simple chatbot using GPT and Python
6
7
## run it
8
9
python >= 3.9
10
11
-```pip3 install -r requirements.txt```
+```pip install -r requirements.txt```
12
13
14
```bash
15
-python3 gptchat.py
+python gptchat.py
16
```
17
18
open http://localhost:8888
01.GPTChat/gptchat.py
@@ -4,7 +4,7 @@
-pip3 install -r requirements.txt
+pip install -r requirements.txt
"""
0 commit comments