We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2105ebe commit f14c120Copy full SHA for f14c120
1 file changed
ChatGPT_Bear/assistant.py
@@ -204,7 +204,6 @@ def move_mouth(self):
204
print("Starting mouth movement thread")
205
while True:
206
if self.do_mouth_movement:
207
- print("Moving mouth")
208
self._move_mouth_motor(dir_open=True)
209
self._move_mouth_motor(dir_open=False)
210
@@ -254,7 +253,6 @@ def main():
254
253
print("Got response from ChatGPT. Beginning speech synthesis.")
255
bear.move_arms(hide=False)
256
bear.speak(chat_response)
257
- print("Done speaking.")
258
else:
259
print("Partial Phrase...")
260
transcription[-1] = text
0 commit comments