mirror of
https://github.com/tiennm99/ccs.git
synced 2026-09-01 12:19:52 +00:00
CLIProxyAPI doesn't expose a /health endpoint, causing 404 errors when testing remote proxy connections. Changed to use /v1/models which is always available and returns 200 when operational. Fixes #142