This commit is contained in:
2025-02-18 21:22:46 +01:00
parent 20b34a0e69
commit 41ffb15e15
4 changed files with 196 additions and 7 deletions

View File

@@ -23,6 +23,7 @@ fastapi = "^0.115.8"
authx = "^1.4.1"
httpx-oauth = "^0.16.1"
uvicorn = {extras = ["standard"], version = "^0.34.0"}
openai = "^1.63.2"
[build-system]