zen: new inference

This commit is contained in:
Frank
2026-07-02 21:56:52 -04:00
parent c07ac0db2f
commit 6dba0cc498
@@ -268,6 +268,7 @@ export async function handler(
// Try another provider => stop retrying if using fallback provider
if (
!isNewInference &&
res.status !== 200 &&
// ie. 400 error is usually provider error like malformed request
res.status !== 400 &&