-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
19 lines (15 loc) · 1.08 KB
/
.env.example
File metadata and controls
19 lines (15 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# ── Required ──────────────────────────────────────────────────────────────────
GROQ_API_KEY=your_groq_api_key_here
USDA_API_KEY=your_usda_api_key_here
# ── Optional — defaults shown ──────────────────────────────────────────────────
GROQ_MODEL=llama-3.3-70b-versatile
EMBED_MODEL=BAAI/bge-small-en-v1.5
RERANKER_MODEL=BAAI/bge-reranker-base
# development (ChromaDB) or production (Qdrant Cloud)
ENV=development
# ── Optional — OpenFDA Layer 2 safety (rate limit is fine without key) ─────────
# OPENFDA_API_KEY=your_openfda_api_key_here
# ── Production only — set ENV=production to activate Qdrant ───────────────────
# REMINDER: fill these in before deploying to Streamlit Community Cloud
QDRANT_URL=https://your-cluster-id.aws.cloud.qdrant.io:6333
QDRANT_API_KEY=your_qdrant_api_key_here