intelligence-router/sidecar
root bcf45129f1 fix: add --host 0.0.0.0 to llama-server command
llama-server defaults to binding on 127.0.0.1 (localhost only).
When the router runs on a separate Docker host (10.0.4.100), all
chat completion requests fail with:

  PROXY EXCEPTION on primary http://10.0.4.11:8081/v1/chat/completions:
    ConnectError: All connection attempts failed

Added --host 0.0.0.0 after --port so llama-server listens on all
network interfaces, reachable from the Docker host.
2026-06-16 21:46:07 +00:00
..
__init__.py Epic: Model Switching via Sidecar — Issues #2-#3 2026-06-15 00:49:24 +00:00
app.py fix: add --host 0.0.0.0 to llama-server command 2026-06-16 21:46:07 +00:00
manifest.py Epic: Model Switching via Sidecar — Issues #2-#3 2026-06-15 00:49:24 +00:00