fix: remove readerlm automatic retry

This commit is contained in:
yanlong.wang 2025-03-24 16:21:10 +08:00
parent 61a1252762
commit bc8dea9139
No known key found for this signature in database
GPG Key ID: C0A623C0BADF9F37

View File

@ -90,7 +90,8 @@ export class LmControl extends AsyncService {
frequency_penalty: 0.25,
max_tokens: 8192,
}
}
},
maxTry: 1,
});
const chunks: string[] = [];
@ -129,7 +130,8 @@ export class LmControl extends AsyncService {
frequency_penalty: 0.25,
max_tokens: 8192,
}
}
},
maxTry: 1,
});
const chunks: string[] = [];