Add model auto-download and English logging

This commit is contained in:
Dymas
2026-06-06 12:47:59 +02:00
parent d8b92d5025
commit 0c7f93d067
17 changed files with 204 additions and 77 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
{
"service_port": 5042,
"model_path": "/home/text-generation/models/whisper/podlodka-turbo",
"auto_download_missing_model": false,
"model_repo_id": "openai/whisper-large-v3",
"language": "russian",
"enable_history": true,
"max_history_days": 30,
@@ -23,4 +25,4 @@
"request_logging": {
"exclude_endpoints": ["/health", "/static"]
}
}
}