NovaDXB / env.example
nipunkavindaAI's picture
README Update and env.example add
d780bd4
Raw
History Blame Contribute Delete
616 Bytes
# ─────────────────────────────────────────
# NovaDXB β€” Environment Variables Template
# Copy this file to .env and fill in your real values
# NEVER commit your actual .env file to GitHub
# ─────────────────────────────────────────
OPENAI_API_KEY=your_openai_api_key_here
PINECONE_API_KEY=your_pinecone_api_key_here
PINECONE_INDEX_NAME=novadxb
SECRET_KEY=generate_with_python_secrets_token_hex_32
ALLOWED_ORIGINS=your_huggingface_space
INGEST=false