update readme
This commit is contained in:
@@ -1,18 +1,17 @@
|
|||||||
## 01.GPTChat
|
## 01.GPTChat
|
||||||
|
|
||||||
|
|
||||||
|
build a simple chatbot using GPT and Python
|
||||||
|
|
||||||
|
|
||||||
## run it
|
## run it
|
||||||
|
|
||||||
python >= 3.9
|
python >= 3.9
|
||||||
|
|
||||||
```pip3 install -r requirements.txt```
|
```pip install -r requirements.txt```
|
||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python3 gptchat.py
|
python gptchat.py
|
||||||
```
|
```
|
||||||
|
|
||||||
open http://localhost:8888
|
open http://localhost:8888
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ code from https://github.com/hyperdiv/hyperdiv-apps/tree/main/gpt-chatbot
|
|||||||
|
|
||||||
python >= 3.9
|
python >= 3.9
|
||||||
|
|
||||||
pip3 install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user