-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
30 lines (25 loc) · 807 Bytes
/
.env.example
File metadata and controls
30 lines (25 loc) · 807 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
27
28
29
30
# .env.example - Copy to .env and fill in values
# vLLM Configuration
VLLM_API_KEY=your-secure-api-key-here
MODEL_NAME=Qwen/Qwen3-30B-A3B-Instruct
SERVED_MODEL_NAME=qwen3-30b-a3b
MAX_MODEL_LEN=32768
TOOL_CALL_PARSER=hermes
# HuggingFace (optional - for gated models)
HF_TOKEN=hf_your_token_here
# Runpod Configuration (for remote access)
RUNPOD_POD_ID=your-pod-id
RUNPOD_VLLM_API_KEY=your-secure-api-key-here
# OpenClaw Configuration
# OPENCLAW_STATE_DIR defaults to ~/.openclaw (symlinked to /workspace/.openclaw on RunPod)
# OPENCLAW_STATE_DIR=~/.openclaw
OPENCLAW_WORKSPACE=/workspace/openclaw
OPENCLAW_WEB_PASSWORD=changeme
# Messaging Integrations (optional)
TELEGRAM_BOT_TOKEN=
DISCORD_BOT_TOKEN=
SLACK_BOT_TOKEN=
SLACK_SIGNING_SECRET=
TWILIO_ACCOUNT_SID=
TWILIO_AUTH_TOKEN=
TWILIO_PHONE_NUMBER=