Skip to content

Commit e05bc61

Browse files
authored
Merge pull request #2469 from makermelissa/main
Add a prompt when script first started
2 parents fcff874 + a9f8282 commit e05bc61

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ChatGPT_Bear/assistant.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,13 @@ def main():
228228
bear = Bear(speech_config)
229229

230230
transcription = [""]
231-
231+
bear.speak(
232+
"Hello there! Just give my left foot a squeeze if you would like to get my attention."
233+
)
232234
while True:
233235
try:
234236
# If button is pressed, start listening
235237
if bear.foot_pressed():
236-
print("How may I help you?")
237238
bear.speak("How may I help you?")
238239
listener.listen()
239240

0 commit comments

Comments
 (0)