zen: new inference

This commit is contained in:
Frank 2026-07-02 21:59:33 -04:00
parent 6dba0cc498
commit 5455fed78e

View file

@ -268,7 +268,7 @@ export async function handler(
// Try another provider => stop retrying if using fallback provider
if (
!isNewInference &&
//!isNewInference &&
res.status !== 200 &&
// ie. 400 error is usually provider error like malformed request
res.status !== 400 &&