add transcription history logging

This commit is contained in:
Serge Zaigraeff
2025-03-04 09:55:47 +03:00
parent 450750c47b
commit 8dab730d4a
8 changed files with 887 additions and 167 deletions
+1
View File
@@ -2,6 +2,7 @@
"service_port": 5042,
"model_path": "/mnt/cloud/llm/whisper/whisper-large-v3-russian",
"language": "russian",
"enable_history": true,
"chunk_length_s": 30,
"batch_size": 16,
"max_new_tokens": 256,