From b0e79669ff377b1c40f3431e1c4c4fff014b6a8b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 28 Nov 2025 22:10:51 +0000 Subject: [PATCH 1/2] Initial plan From 0b0634f0493192965dd111a4eba5b429b85be5d4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 28 Nov 2025 22:12:22 +0000 Subject: [PATCH 2/2] Fix port number in README.md from 8000 to 8080 for consistency with app.py Co-authored-by: xujiongze <31494901+xujiongze@users.noreply.github.com> --- python/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/README.md b/python/README.md index 2f9775b..b500b97 100644 --- a/python/README.md +++ b/python/README.md @@ -125,8 +125,8 @@ The system supports two model providers: python app.py ``` -The server will start on `http://localhost:8000` and provide: -- **Swagger UI**: `http://localhost:8000/apidocs/` for interactive API documentation +The server will start on `http://localhost:8080` and provide: +- **Swagger UI**: `http://localhost:8080/apidocs/` for interactive API documentation - **RESTful API**: Endpoints for RAG-powered chat with conversation history #### API Endpoints @@ -139,7 +139,7 @@ Check if the service is running and get model information. **Example:** ```bash -curl http://localhost:8000/health +curl http://localhost:8080/health ``` **Response:**