Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,20 @@ GOOGLE_PAY_SERVICE_ACCOUNT_KEY=your_private_key
# QR Code & Notifications
QR_CODE_SECRET_KEY=your_secret_key
QR_CODE_BASE_URL=https://api.veritix.com
FCM_SERVER_KEY=your_fcm_key
FCM_SERVER_KEY=your_fcm_key

# AI Chatbot Configuration
OPENAI_API_KEY=sk-your_openai_api_key_here
OPENAI_MODEL=gpt-4
CHATBOT_MAX_CONVERSATION_LENGTH=50
CHATBOT_SESSION_TIMEOUT=1800000
CHATBOT_ESCALATION_THRESHOLD=0.3

# AI Recommendations Configuration
ML_API_URL=http://localhost:8000
ML_API_KEY=your_ml_api_key_here
ML_MODEL_VERSION=v1.0
RECOMMENDATION_CACHE_TTL=3600
RECOMMENDATION_BATCH_SIZE=100
AB_TEST_ENABLED=true
RECOMMENDATION_ANALYTICS_ENABLED=true
Loading