diff --git a/01.GPTChat/README.md b/01.GPTChat/README.md index 2ab501b..9201c1e 100644 --- a/01.GPTChat/README.md +++ b/01.GPTChat/README.md @@ -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 diff --git a/01.GPTChat/gptchat.py b/01.GPTChat/gptchat.py index 7527a88..0446d0c 100644 --- a/01.GPTChat/gptchat.py +++ b/01.GPTChat/gptchat.py @@ -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 """