zen: new inference
This commit is contained in:
parent
6dba0cc498
commit
5455fed78e
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ export async function handler(
|
||||||
|
|
||||||
// Try another provider => stop retrying if using fallback provider
|
// Try another provider => stop retrying if using fallback provider
|
||||||
if (
|
if (
|
||||||
!isNewInference &&
|
//!isNewInference &&
|
||||||
res.status !== 200 &&
|
res.status !== 200 &&
|
||||||
// ie. 400 error is usually provider error like malformed request
|
// ie. 400 error is usually provider error like malformed request
|
||||||
res.status !== 400 &&
|
res.status !== 400 &&
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue