add base return_timestamps support

This commit is contained in:
Serge Zaigraeff
2025-03-03 15:59:38 +03:00
parent 8de54b7c8f
commit 450750c47b
7 changed files with 121 additions and 28 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import waitress
# Импорт классов и функций из других модулей
from .transcriber import WhisperTranscriber
from .routes import Routes
from .logger import logger
from .utils import logger
class WhisperServiceAPI:
"""Класс для API сервиса распознавания речи."""