mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-07 11:35:29 +00:00
typo
This commit is contained in:
parent
eca688baba
commit
01db0c521b
@ -77,7 +77,7 @@ class Interaction:
|
|||||||
query = self.transcriber.get_transcript()
|
query = self.transcriber.get_transcript()
|
||||||
return query
|
return query
|
||||||
|
|
||||||
def get_user_input(self) -> str:
|
def get_user(self) -> str:
|
||||||
"""Get the user input from the microphone or the keyboard."""
|
"""Get the user input from the microphone or the keyboard."""
|
||||||
if self.stt_enabled:
|
if self.stt_enabled:
|
||||||
query = "TTS transcription of user: " + self.transcription_job()
|
query = "TTS transcription of user: " + self.transcription_job()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user