update the codebase poc ver1

This commit is contained in:
DatTT127
2026-07-07 15:54:17 +07:00
parent fed5f277f4
commit 1622dc8fc5
452 changed files with 83999 additions and 66328 deletions

View File

@@ -0,0 +1,14 @@
# Gemini API Key Reference
# This file documents the secret reference for the Gemini API key used by the Cloud LLM Gateway.
#
# Production secret location: GCP Secret Manager
# Secret name: gemini-api-key
# Project: vkist-project
# Region: asia-southeast1
#
# Access pattern:
# FastAPI Cloud LLM Gateway fetches key from GCP Secret Manager at startup
# Key never written to disk; accessed via GCP Workload Identity or service account
#
# Fallback: modal.Secret.from_name("gcp-secrets") in Modal deployment
# allows MedGemma container to authenticate to GCP Vertex AI if needed.