mirror of
https://github.com/yusufipk/better-ai-srt-translation.git
synced 2026-09-11 10:56:18 +00:00
perf: optimize defaults - chunk size 20 for precision, 100 parallel requests
- Changed chunk size from 75 to 20 for better subtitle alignment - Increased parallel requests from 50 to 100 for faster processing - Updated README with chunk size recommendation for precision - Updated license to GPL-3.0
This commit is contained in:
+2
-2
@@ -54,11 +54,11 @@
|
||||
</label>
|
||||
<label>
|
||||
<span>Chunk Size (SRT blocks)</span>
|
||||
<input type="number" id="chunkSize" class="input-field" value="75" min="10" max="200">
|
||||
<input type="number" id="chunkSize" class="input-field" value="20" min="10" max="200">
|
||||
</label>
|
||||
<label>
|
||||
<span>Parallel Requests</span>
|
||||
<input type="number" id="parallelRequests" class="input-field" value="50" min="1" max="100">
|
||||
<input type="number" id="parallelRequests" class="input-field" value="100" min="1" max="100">
|
||||
</label>
|
||||
</div>
|
||||
<div class="instruction-section">
|
||||
|
||||
Reference in New Issue
Block a user