20 lines
190 B
Markdown
20 lines
190 B
Markdown
## 01.GPTChat
|
|
|
|
|
|
build a simple chatbot using GPT and Python
|
|
|
|
## run it
|
|
|
|
python >= 3.9
|
|
|
|
```pip install -r requirements.txt```
|
|
|
|
|
|
```bash
|
|
python gptchat.py
|
|
```
|
|
|
|
open http://localhost:8888
|
|
|
|
|