mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-05 23:02:10 +03:00
The built-in "Chutes" provider preset hardcoded the non-resolving domain api.chutesai.com (confirmed live: DNS NXDOMAIN). Every request using the built-in preset failed with getaddrinfo ENOTFOUND, independent of API key validity. The correct, resolving host is llm.chutes.ai, already used elsewhere in the codebase for model discovery (providerModelsConfig.ts:184-187). Regression test: tests/unit/chutes-registry-baseurl-7621.test.ts (RED before the fix, GREEN after). The provider.ts translate-path golden snapshot is updated to reflect the corrected URL only for the chutes entry.