challenge_test / pyproject.toml
CSAle's picture
Update Chainlit Version
3d74dfd
raw
history blame
300 Bytes
[project]
name = "beyond-chatgpt"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"chainlit==2.2.1",
"cohere==4.37",
"openai==1.3.5",
"pydantic==2.10.1",
"python-dotenv==1.0.0",
"tiktoken==0.5.1",
]