Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:**
Expand Down