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?
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]