From fb799c56060c236c4839acbd230c8f1b9f1067e1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 28 Nov 2025 22:06:24 +0000 Subject: [PATCH 1/2] Initial plan From 12cd11bb4289e7b6777486a45afe5688e214e9e3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 28 Nov 2025 22:08:11 +0000 Subject: [PATCH 2/2] Fix port number in README.md documentation from 8000 to 8080 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 50ebb83..9c94093 100644 --- a/python/README.md +++ b/python/README.md @@ -125,8 +125,8 @@ The system supports two model providers: python web.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:**