From 47c0e232502d4709fa523eeb3b5876fcb87a95ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=E5=B0=8F=E4=BA=8C?= Date: Tue, 5 Mar 2024 19:10:35 +0800 Subject: [PATCH] update readme --- 01.GPTChat/README.md | 7 +++---- 01.GPTChat/gptchat.py | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) 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 """