[ENV-5] Document RunPod env configuration for Nano Banana

- Updated PLAN.md with RunPod specific configuration instructions
- Confirmed RunPod uses template env vars (os.environ)
- No code changes needed for RunPod compatibility (Nano Banana supports env vars natively)
This commit is contained in:
warby 2025-12-12 22:11:09 -06:00
parent 745fbb34f2
commit a4c41a7bab
No known key found for this signature in database

View File

@ -123,6 +123,12 @@
**IMPLEMENTATION:**
- Update PR description with RunPod env var setup instructions
- Add note: Set `GOOGLE_API_KEY` in RunPod template env vars (no `.env` file needed)
- RunPod specific configuration instructions:
- Go to RunPod console -> Templates -> [Your Template] -> Edit
- Scroll to Environment Variables
- Key: `GOOGLE_API_KEY`, Value: [Your API Key]
- No need for `.env` file in the container image
- Code reads `os.environ` which works for both methods
- Expected outcome: Clear instructions for RunPod deployment
- Success criteria: PR description has RunPod section with env var guidance