SIM-Chatbot / pyproject.toml
sim-bdg's picture
Upload 8 files
713de95
raw
history blame
422 Bytes
[tool.poetry]
name = "SIM Chatbot"
version = "0.1.0"
description = ""
authors = ["Business Development Group <simchatbot@sistemintegrasi.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
chainlit = "0.6.0"
langchain = "^0.0.234"
openai = "^0.27.8"
pinecone-client = "^2.2.2"
cohere = "^4.13.1"
tiktoken = "^0.4.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"