We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b796f commit 0a433dbCopy full SHA for 0a433db
1 file changed
frontend/services/modelService.ts
@@ -727,6 +727,7 @@ export const modelService = {
727
maximum_chunk_size: params.maximumChunkSize,
728
chunk_batch: params.chunkingBatchSize,
729
timeout_seconds: params.timeoutSeconds,
730
+ concurrency_limit: params.concurrencyLimit,
731
};
732
733
// Add STT specific fields
0 commit comments