We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcff874 + a9f8282 commit e05bc61Copy full SHA for e05bc61
1 file changed
ChatGPT_Bear/assistant.py
@@ -228,12 +228,13 @@ def main():
228
bear = Bear(speech_config)
229
230
transcription = [""]
231
-
+ bear.speak(
232
+ "Hello there! Just give my left foot a squeeze if you would like to get my attention."
233
+ )
234
while True:
235
try:
236
# If button is pressed, start listening
237
if bear.foot_pressed():
- print("How may I help you?")
238
bear.speak("How may I help you?")
239
listener.listen()
240
0 commit comments