Go to file
root f2e62f60e6 fix: /api/show GET support, /v1 root handler, and proxy debug logging
Three changes to debug and fix Hermes Desktop integration:

1. /api/show: Added GET handler alongside existing POST handler.
   Hermes Desktop probes with GET ?model=xxx, not POST body.
   Refactored shared lookup logic into _ollama_show_lookup().

2. /v1 root: Added handler returning basic info. Hermes Desktop
   probes this URL and ERR_CONNECTION_REFUSED was blocking
   full provider validation.

3. Proxy execute(): Added debug logging for non-200 responses.
   Prints the backend URL, status code, and first 500 bytes of body
   to help diagnose why llama-server returns 400 on
   /v1/chat/completions.
2026-06-16 21:16:45 +00:00
.hermes/plans fix: add probe endpoints and no-model fallback for Hermes Desktop compatibility 2026-06-15 15:22:15 +00:00
deploy fix: convert underscores to hyphens in llama-server flag names, fix n_ctx→ctx-size rename 2026-06-16 20:54:32 +00:00
docs Added next changes 2026-06-15 00:09:31 +00:00
scripts feat: add sync_models.py script to auto-update Hermes custom_providers from router model list 2026-06-15 21:10:36 +00:00
sidecar fix: convert underscores to hyphens in llama-server flag names, fix n_ctx→ctx-size rename 2026-06-16 20:54:32 +00:00
tests fix: change sidecar port from 8081 to 8080 2026-06-15 13:17:31 +00:00
.env .env 2026-06-09 13:57:22 +03:00
.gitignore Epic: Model Switching via Sidecar — Issues #2-#3 2026-06-15 00:49:24 +00:00
CONTEXT.md Epic: Model Switching via Sidecar — Issues #4-#7 + #8 deployment 2026-06-15 01:13:36 +00:00
docker-compose.yml fix: resolve port conflict between sidecar and llama-server 2026-06-15 15:31:31 +00:00
Dockerfile Initial commit: migrate intelligence-router files 2026-06-09 11:48:43 +01:00
main.py fix: /api/show GET support, /v1 root handler, and proxy debug logging 2026-06-16 21:16:45 +00:00
pytest.ini feat: add 15 model profiles to manifest.yaml 2026-06-15 12:34:46 +00:00
requirements.txt Epic: Model Switching via Sidecar — Issues #4-#7 + #8 deployment 2026-06-15 01:13:36 +00:00