Spaces:
Sleeping
Sleeping
File size: 257 Bytes
15427a2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
[project]
name = "deploypythonicrag-uv"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"chainlit>=1.3.2",
"numpy>=1.26.4",
"openai>=1.58.1",
"pydantic==2.10.1",
]
|