第一次提交
All checks were successful
Build and Push OCI GenAI Gateway Docker Image / docker-build-push (push) Successful in 32m3s

This commit is contained in:
2025-12-09 14:44:09 +08:00
commit 42222744c7
27 changed files with 3081 additions and 0 deletions

12
requirements.txt Normal file
View File

@@ -0,0 +1,12 @@
# FastAPI and server
fastapi==0.115.0
uvicorn[standard]==0.32.0
pydantic==2.9.2
pydantic-settings==2.6.1
# OCI SDK (updated to latest stable version)
oci>=2.160.0
# Utilities
python-dotenv==1.0.1
python-multipart==0.0.17