BentoChain icon indicating copy to clipboard operation
BentoChain copied to clipboard

A voice-enabled chatbot application built using of 🦜️🔗 LangChain, text-to-speech, and speech-to-text models from 🤗 Hugging Face, and 🍱 BentoML.

Results 3 BentoChain issues
Sort by recently updated
recently updated
newest added

When I start the application locally, I get the following error: ``` -c: error: unrecognized arguments: /BentoChain bentoml._internal.utils.circus.watchfilesplugin.ServiceReloaderPlugin usage: -c [-h] [--endpoint ENDPOINT] [--pubsub PUBSUB] [--config CONFIG] [--version] [--check-delay CHECK_DELAY]...

Sean, As we debugged, serve with --reload didn't work. The HTTP server will not have any response. Things work well without --reload.

Dear @ssheng, I find this project very interesting and really appreciate your works! Btw I think wakeup module might be additional option for future works. Do you tend to work...