Add YAML config support and Compose deployment example

This commit is contained in:
Steve W
2026-04-09 21:06:46 +00:00
parent 8d1109c309
commit 3e9904576f
3 changed files with 129 additions and 20 deletions

View File

@@ -9,5 +9,6 @@ dependencies = [
"beautifulsoup4>=4.14.3",
"fastapi>=0.128.0",
"openai>=2.16.0",
"PyYAML>=6.0.2",
"uvicorn>=0.40.0",
]