# PromptForge v4.0 — Environment Variables # Copy this file to .env and fill in your values. # Never commit a filled-in .env to version control. # ── Server ──────────────────────────────────────────────────────────── PORT=7860 LOG_DIR=logs # ── AI Enhancement (optional) ───────────────────────────────────────── # Leave blank to use local engine only. HF_API_KEY= GOOGLE_API_KEY= # ── Model overrides (optional) ──────────────────────────────────────── # Override the default model used for each provider. # HF_MODEL=mistralai/Mistral-7B-Instruct-v0.2 # GOOGLE_MODEL=gemini-1.5-flash