Files
FlyPythonLLM/01.GPTChat/README.md

20 lines
190 B
Markdown
Raw Permalink Normal View History

2024-02-23 01:21:45 +08:00
## 01.GPTChat
2024-03-05 19:10:35 +08:00
build a simple chatbot using GPT and Python
2024-02-24 01:20:17 +08:00
## run it
2024-02-23 01:21:45 +08:00
python >= 3.9
2024-03-05 19:10:35 +08:00
```pip install -r requirements.txt```
2024-02-23 01:21:45 +08:00
2024-02-24 01:20:17 +08:00
2024-02-23 01:21:45 +08:00
```bash
2024-03-05 19:10:35 +08:00
python gptchat.py
2024-02-23 01:21:45 +08:00
```
2024-02-24 01:20:17 +08:00
open http://localhost:8888
2024-02-23 01:21:45 +08:00