# Environment Variables Template # Copy this file to .env and fill in your actual values # Application Settings DEBUG_MODE=true HOST=0.0.0.0 PORT=8081 # Model Settings MODEL_ID=gemini-3.6-flash-high API_URL=http://ai.newhorizonco.uk/v1 NEW_HORIZON_BASE_URL=http://ai.newhorizonco.uk/v1 NEW_HORIZON_API_KEY=hZwAGW4H8v87Ol8tXvqEEY # OPENROUTER_API_KEY=your_openrouter_api_key_here # Database Settings DATABASE_URL=postgresql+psycopg://ai:ai@localhost:5432/ai QDRANT_URL=http://localhost:6333 # Vector DB Settings COLLECTION_NAME=dovoodi_collection EMBEDDER_MODEL=all-MiniLM-L6-v2 EMBEDDER_DIMENSIONS=384