jesuscopado / samantha-os1

Samantha OS1 is a conversational AI assistant powered by the Realtime API from OpenAI
92 stars 51 forks source link

error when running samantha app #4

Open jwcloud365 opened 2 weeks ago

jwcloud365 commented 2 weeks ago

When starting the samantha app I get the following error:

File "C:\Users\Dell\Documents\AI-Dell\Samantha\samantha-os1-main\app\samantha.py", line 90, in @cl.on_audio_start ^^^^^^^^^^^^^^^^^ File "C:\Users\Dell.conda\envs\aibasic\Lib\site-packages\chainlit\utils.py", line 70, in getattr module_path = registry[name]


KeyError: 'on_audio_start'

Do you know what causes this issue?
issa2k23 commented 2 weeks ago

I got the same error. This function is not in the chainlit framework. any idea how to fix it?