mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-10 12:57:14 +00:00
Fix: tts message gender neutral
This commit is contained in:
parent
ca38bd14e4
commit
ba0b884c28
@ -108,10 +108,10 @@ class Agent():
|
|||||||
def wait_message(self, speech_module):
|
def wait_message(self, speech_module):
|
||||||
if speech_module is None:
|
if speech_module is None:
|
||||||
return
|
return
|
||||||
messages = ["Please be patient sir, I am working on it.",
|
messages = ["Please be patient, I am working on it.",
|
||||||
"Computing... I recommand you have a coffee while I work.",
|
"Computing... I recommand you have a coffee while I work.",
|
||||||
"Hold on, I’m crunching numbers.",
|
"Hold on, I’m crunching numbers.",
|
||||||
"Working on it sir, please let me think."]
|
"Working on it, please let me think."]
|
||||||
speech_module.speak(messages[random.randint(0, len(messages)-1)])
|
speech_module.speak(messages[random.randint(0, len(messages)-1)])
|
||||||
|
|
||||||
def get_blocks_result(self) -> list:
|
def get_blocks_result(self) -> list:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user