Skip to content

Commit 47c0e23

Browse files
committed
update readme
1 parent ac8d308 commit 47c0e23

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

01.GPTChat/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
## 01.GPTChat
22

33

4-
5-
4+
build a simple chatbot using GPT and Python
65

76
## run it
87

98
python >= 3.9
109

11-
```pip3 install -r requirements.txt```
10+
```pip install -r requirements.txt```
1211

1312

1413
```bash
15-
python3 gptchat.py
14+
python gptchat.py
1615
```
1716

1817
open http://localhost:8888

01.GPTChat/gptchat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
python >= 3.9
66
7-
pip3 install -r requirements.txt
7+
pip install -r requirements.txt
88
99
"""
1010

0 commit comments

Comments
 (0)