Say v1.0.0: голосовой ассистент Whisper + 3 LLM
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
"""
|
||||
Сервисы приложения Say.
|
||||
|
||||
WhisperService — распознавание речи (speech-to-text).
|
||||
LLMService — обращение к языковой модели (text-to-response).
|
||||
"""
|
||||
|
||||
from .whisper import WhisperService
|
||||
from .llm import LLMService
|
||||
|
||||
__all__ = ["WhisperService", "LLMService"]
|
||||
Reference in New Issue
Block a user