Fay is an open-source digital human framework integrating language models and digital characters. It offers retail, assistant, and agent versions for diverse applications like virtual shopping guides, broadcasters, assistants, waiters, teachers, and voice or text-based mobile assistants.
Don't forget to uninstall websocket, uninstall websocket-client if you already intalled it before, then re install websocket-client:
pip uninstall websocket
pip uninstall websocket-client
pip install websocket-client
awesome project!
部署时会遇到一点小问题
websocket has no attribute ‘enableTrace’
'module' object has no attribute 'enableTrace'
或许在requirements.txt中直接删除websocket可以解决冲突问题。
如有错误还请指正