openclaw/.env.example

18 lines
840 B
Plaintext

# Copy to .env and fill with your Twilio credentials
TWILIO_ACCOUNT_SID=ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
TWILIO_AUTH_TOKEN=your_auth_token_here
# Must be a WhatsApp-enabled Twilio number, prefixed with whatsapp:
TWILIO_WHATSAPP_FROM=whatsapp:+17343367101
# Azure OpenAI Configuration
# Your Azure OpenAI API key
AZURE_OPENAI_API_KEY=your_azure_openai_api_key_here
# Your Azure OpenAI resource name (e.g., "my-openai-resource")
AZURE_OPENAI_RESOURCE_NAME=your_resource_name_here
# Your Azure OpenAI deployment name (e.g., "gpt-5", "gpt-5-codex")
AZURE_OPENAI_DEPLOYMENT_NAME=your_deployment_name_here
# API version (optional, defaults to 2024-08-01-preview)
AZURE_OPENAI_API_VERSION=2024-08-01-preview
# Or provide the full endpoint URL directly (alternative to resource name)
AZURE_OPENAI_ENDPOINT=https://your-resource.openai.azure.com