whFalsa / .env.example
codeBOKER's picture
feat: replace Gemini with OpenRouter as fallback AI provider
a54f188
Raw
History Blame Contribute Delete
921 Bytes
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