CoolFace
Apppublic

drlighthunter/IR-Chatbot

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
.env.example10 linesDownload Raw Back to root
1# GEMINI_API_KEY: Required for Gemini AI API calls.2# AI Studio automatically injects this at runtime from user secrets.3# Users configure this via the Secrets panel in the AI Studio UI.4GEMINI_API_KEY="MY_GEMINI_API_KEY"5 6# APP_URL: The URL where this applet is hosted.7# AI Studio automatically injects this at runtime with the Cloud Run service URL.8# Used for self-referential links, OAuth callbacks, and API endpoints.9APP_URL="MY_APP_URL"10