vBot-1.5 / .env
iajitpanday's picture
Create .env
b5a72c7 verified
raw
history blame contribute delete
355 Bytes
# Twilio credentials
TWILIO_ACCOUNT_SID=ACacb8e8cc6de0f7d6c6b9c9f252a38c67
TWILIO_AUTH_TOKEN=1b2826409367e9799262553538489e54
TWILIO_PHONE_NUMBER=+19704064410
# Hugging Face credentials
HF_API_TOKEN=your_huggingface_api_token
# Hugging Face Space URL
HF_SPACE_URL=https://huggingface.co/spaces/iajitpanday/vBot-1.5
# Flask settings
PORT=5000
DEBUG=True