From 167a5f265066d660152e3c9c5291145f5303766a Mon Sep 17 00:00:00 2001 From: Justin Hsu <141555665+JustinHsu1019@users.noreply.github.com> Date: Thu, 14 Nov 2024 12:40:12 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a0f5f0..7f196e6 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ To set up the development environment, follow these steps: python3 Preprocess/insert_data.py ``` -11. Run the Flask app (/ 是 API Docs, /api/chat/ 是我們的 Retrieval API): +11. Run the Flask app (`/` 是 API Docs, `/api/chat/` 是我們的 Retrieval API): ``` python3 Model/flask_app.py ```