demo-chat-gpt / pyproject.toml
jchauhan's picture
Initial Commit
6f58cbf
raw
history blame contribute delete
341 Bytes
[tool.poetry]
name = "llm-chat-app"
version = "0.1.0"
description = ""
authors = ["jchauhan <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
gradio = "^4.43.0"
datasets = "^2.21.0"
traceloop-sdk = "^0.30.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"