Skip to content

Commit 0a433db

Browse files
committed
新增并发数量的限制
1 parent 30b796f commit 0a433db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/services/modelService.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,7 @@ export const modelService = {
727727
maximum_chunk_size: params.maximumChunkSize,
728728
chunk_batch: params.chunkingBatchSize,
729729
timeout_seconds: params.timeoutSeconds,
730+
concurrency_limit: params.concurrencyLimit,
730731
};
731732

732733
// Add STT specific fields

0 commit comments

Comments
 (0)