[feat] Add support for creating whatsapp bot using embedchain (#458)

This commit is contained in:
Deshraj Yadav
2023-08-19 14:12:48 -07:00
committed by GitHub
parent 35b022d6bc
commit f29443a0fc
7 changed files with 146 additions and 19 deletions

View File

@@ -41,5 +41,6 @@ setuptools.setup(
"dev": ["black", "ruff", "isort", "pytest"],
"community": ["llama-index==0.7.21"],
"elasticsearch": ["elasticsearch>=8.9.0"],
"whatsapp": ["twilio==8.5.0", "flask==1.1.2"],
},
)