Files
FlyPythonLLM/01.GPTChat/README.md

21 lines
149 B
Markdown
Raw Normal View History

2024-02-23 01:21:45 +08:00
## 01.GPTChat
2024-02-24 01:20:17 +08:00
## run it
2024-02-23 01:21:45 +08:00
python >= 3.9
```pip3 install -r requirements.txt```
2024-02-24 01:20:17 +08:00
2024-02-23 01:21:45 +08:00
```bash
python3 gptchat.py
```
2024-02-24 01:20:17 +08:00
open http://localhost:8888
2024-02-23 01:21:45 +08:00