The sidecar is deployed on port 8080 instead of 8081. Update all: - Default SIDECAR_PORT in sidecar/app.py - Default SIDECAR_URL in main.py (router) - deploy/llm-sidecar.service Environment - deploy/README.md (.env example + config table) - All 7 test files (conftest, circuit-breaker, fallback, queue, model-detection, sse-progress, v1-models) |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_router_circuit_breaker.py | ||
| test_router_fallback_lxc.py | ||
| test_router_model_detection.py | ||
| test_router_queue.py | ||
| test_router_sse_progress.py | ||
| test_router_v1_models.py | ||
| test_sidecar_app.py | ||
| test_sidecar_manifest.py | ||
| test_sidecar_switch.py | ||