midterm / src /pyproject.toml
shivXy's picture
init
013577d
raw
history blame contribute delete
322 Bytes
[project]
name = "src"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"chainlit>=2.2.1",
"cohere>=5.13.12",
"openai>=1.64.0",
"pydantic>=2.10.6",
"pydantic-core>=2.27.2",
"python-dotenv>=1.0.1",
"tiktoken>=0.9.0",
]