This commit is contained in:
2025-10-01 21:00:05 -04:00
parent a69f7864f3
commit 99c98b7e42
18 changed files with 3032 additions and 31 deletions

View File

@@ -4,4 +4,12 @@ version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = []
dependencies = [
"chromadb>=1.1.0",
"dotenv>=0.9.9",
"flask>=3.1.2",
"httpx>=0.28.1",
"ollama>=0.6.0",
"openai>=2.0.1",
"pydantic>=2.11.9",
]