feat: Initialize FastAPI AI Gateway project structure with authentication, module management, and LLM API routing.

This commit is contained in:
2026-01-28 03:24:04 +08:00
commit b88dfec5fd
26 changed files with 1691 additions and 0 deletions

14
requirements.txt Normal file
View File

@@ -0,0 +1,14 @@
fastapi
uvicorn
slowapi
python-dotenv
httpx
openai
google-genai
sqlalchemy
psycopg2-binary
alembic
python-jose[cryptography]
passlib[bcrypt]
python-multipart
cachetools