mirror of
https://github.com/katanemo/plano.git
synced 2026-04-26 17:26:26 +02:00
12 lines
220 B
TOML
12 lines
220 B
TOML
[project]
|
|
name = "multi-turn-rag"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.12,<3.14"
|
|
dependencies = [
|
|
"fastapi",
|
|
"uvicorn",
|
|
"pydantic>=2.8",
|
|
"httpx>=0.27",
|
|
"openai>=1.51",
|
|
"python-dotenv>=1.0",
|
|
]
|