Deleted message sender and promt service Implemented fast whisper, but it is not working WavStack refactored into QueueStack, which can use different strategies for proccessing
2 lines
164 B
Python
2 lines
164 B
Python
from queue_stack.strategies.base_process_strategy import BaseProcessStrategy
|
|
from queue_stack.strategies.recognize_and_send_strategy import RecognizeAndSendStrategy |