context-ai / env_template.txt
chinmayjha's picture
Add Conversation Analysis Dashboard for Hugging Face Spaces
422e708
# Copy this to .env and fill in your actual values
# MongoDB Configuration
MONGODB_URI=mongodb+srv://keshavchhaparia:bUSBXeVCGWDyQhDG@saaslabs.awtivxf.mongodb.net/
MONGODB_DATABASE_NAME=second_brain_course
MONGODB_COLLECTION_NAME=rag_intercom
# OpenAI Configuration
OPENAI_API_KEY=your_openai_api_key_here
# Comet ML & Opik Configuration
COMET_API_KEY=yPmLa7W6QyBODw1Pnfg9jqr7E
COMET_PROJECT=second_brain_course
# Hugging Face Configuration
HUGGINGFACE_ACCESS_TOKEN=your_huggingface_token_here
USE_HUGGINGFACE_DEDICATED_ENDPOINT=false
HUGGINGFACE_DEDICATED_ENDPOINT=
# Model Configuration
OPENAI_MODEL_ID=gpt-4o