mirror of
https://github.com/Sosokker/plain-rag.git
synced 2025-12-18 14:34:05 +01:00
15 lines
322 B
TOML
15 lines
322 B
TOML
[project]
|
|
name = "chat-hub"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"fastapi[standard]>=0.115.13",
|
|
"litellm>=1.73.0",
|
|
"pydantic-settings>=2.10.0",
|
|
"structlog>=25.4.0",
|
|
"transformers>=4.52.4",
|
|
"uvicorn>=0.34.3",
|
|
]
|