File size: 616 Bytes
d780bd4
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
# ─────────────────────────────────────────
# 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