ENCOA-295
This commit is contained in:
@@ -24,3 +24,7 @@ class IListeningController(ABC):
|
||||
@abstractmethod
|
||||
async def transcribe_dialog(self, audio: UploadFile):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
async def create_instructions(self, text: str):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user