You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: