Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit47c0e23

Browse files
committed
update readme
1 parentac8d308 commit47c0e23

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
openhttp://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)

[8]ページ先頭

©2009-2025 Movatter.jp