feat: poe bot (#492)

Co-authored-by: Taranjeet Singh <reachtotj@gmail.com>
This commit is contained in:
cachho
2023-08-28 20:17:01 +02:00
committed by GitHub
parent aafb334916
commit fc633dadeb
4 changed files with 122 additions and 1 deletions

View File

@@ -98,6 +98,7 @@ gpt4all = { version = "^1.0.8", optional = true }
elasticsearch = { version = "^8.9.0", optional = true }
flask = "^2.3.3"
twilio = "^8.5.0"
fastapi-poe = { version = "0.0.16", optional = true }
@@ -116,6 +117,7 @@ streamlit = ["streamlit"]
community = ["llama-index"]
opensource = ["sentence-transformers", "torch", "gpt4all"]
elasticsearch = ["elasticsearch"]
poe = ["fastapi-poe"]
[tool.poetry.group.docs.dependencies]