feat: Initialize FastAPI AI Gateway project structure with authentication, module management, and LLM API routing.
This commit is contained in:
14
requirements.txt
Normal file
14
requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user