Spaces:
Paused
Paused
| # ===================================================== | |
| # PhishVision Server β Environment Variables | |
| # Copy this file to .env and fill in your values | |
| # ===================================================== | |
| # --- AI Provider (Required) --- | |
| # Primary: OpenRouter (free tier β https://openrouter.ai/keys) | |
| FREE_AI_KEY=sk-or-v1-your-openrouter-key-here | |
| FREE_AI_BASE_URL=https://openrouter.ai/api/v1 | |
| FREE_AI_MODEL=openai/gpt-4o | |
| # Alternative: GitHub Models (free β https://github.com/settings/tokens) | |
| # FREE_AI_KEY=ghp_your_github_personal_access_token | |
| # FREE_AI_BASE_URL=https://models.inference.ai.azure.com | |
| # FREE_AI_MODEL=openai/gpt-4o | |
| # --- Server Config --- | |
| # PORT is injected automatically by Render β only needed for local dev | |
| PHISH_PORT=3001 | |
| # --- Optional: Opticparse Python server (if running both locally) --- | |
| # OPTICPARSE_API_KEY=your-opticparse-key | |
| # GEMINI_API_KEY=your-gemini-key | |