File size: 921 Bytes
cf6d08c 102dd4f cf6d08c 102dd4f a54f188 102dd4f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | APP_NAME=FALZH
ENVIRONMENT=development
APP_TIMEZONE=Asia/Aden
LOG_LEVEL=INFO
SUPABASE_URL=https://your-project.supabase.co
SUPABASE_SERVICE_ROLE_KEY=your-service-role-key
PINECONE_API_KEY=your-pinecone-api-key
PINECONE_CLOUD=aws
PINECONE_REGION=us-east-1
PINECONE_INFO_INDEX=falzh-info
PINECONE_TRIPS_INDEX=falzh-trips
PINECONE_EMBED_MODEL=multilingual-e5-large
PINECONE_NAMESPACE=default
GROQ_API_KEY=your-groq-api-key
GROQ_MODEL=your-groq-tool-calling-model
OPENROUTER_API_KEY=your-openrouter-api-key
OPENROUTER_MODEL=openrouter/free
AI_TEMPERATURE=0.2
AI_MAX_TOOL_ITERATIONS=3
REQUEST_TIMEOUT_SECONDS=20
WHATSAPP_GRAPH_URL=https://graph.facebook.com
WHATSAPP_API_VERSION=v20.0
WHATSAPP_VERIFY_TOKEN=choose-a-webhook-verify-token
WHATSAPP_APP_SECRET=your-meta-app-secret
WHATSAPP_ACCESS_TOKEN=your-whatsapp-cloud-api-token
WHATSAPP_PHONE_NUMBER_ID=your-phone-number-id
ADMIN_API_KEY=choose-a-long-random-admin-key
|