update readme

This commit is contained in:
P小二
2024-03-05 19:10:35 +08:00
parent ac8d3089e1
commit 47c0e23250
2 changed files with 4 additions and 5 deletions

View File

@@ -1,18 +1,17 @@
## 01.GPTChat
build a simple chatbot using GPT and Python
## run it
python >= 3.9
```pip3 install -r requirements.txt```
```pip install -r requirements.txt```
```bash
python3 gptchat.py
python gptchat.py
```
open http://localhost:8888

View File

@@ -4,7 +4,7 @@ code from https://github.com/hyperdiv/hyperdiv-apps/tree/main/gpt-chatbot
python >= 3.9
pip3 install -r requirements.txt
pip install -r requirements.txt
"""