-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample.env
More file actions
26 lines (21 loc) · 961 Bytes
/
example.env
File metadata and controls
26 lines (21 loc) · 961 Bytes
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
ACCESS_TOKEN="EAAJZCTji8TDkBPVyhihyg4c8jxZAKv27ZCoo3DuZC47LirEaMlMtmwPTuiv3XNZCOjMlF3KdCoRmzlhSODSTuZCl1aXflcRTNLiydjxLIVveFOA5QZA2sZAr4Vj34rGI6QdjESGUIQ30HYX0xqvuzSwjvzQpXrcIuXC5AA50RxZBR3LMoLYLS86xomtjnibZAIMoIaiZC6OS8FCNkmcqaRuzULZBxH5IDRpyeeVfyJpB"
APP_ID="707323178711670"
APP_SECRET="2455001b7d4a731cb29cdf97573e005b"
RECIPIENT_WAID="+" # Your WhatsApp number with country code (e.g., +31612345678)
VERSION="v18.0"
PHONE_NUMBER_ID="773090205883591"
VERIFY_TOKEN=12345
GOOGLE_API_KEY = ""
GROQ_API_KEY = ""
#OPENAI_API_KEY = "upload/"
FAISS_INDEX_PATH = "models/cloudnine_faiss_index"
OPENAI_API_KEY = "your_openai_api_key_here"
# WhatsApp Business API Configuration
WHATSAPP_TOKEN=your_whatsapp_business_api_token_here
WHATSAPP_PHONE_NUMBER_ID=your_whatsapp_phone_number_id_here
# Optional: Other API Keys if needed
# GROQ_API_KEY=your_groq_api_key_here
# GOOGLE_API_KEY=your_google_api_key_here
# Server Configuration
PORT=3000
FLASK_ENV=development