-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
39 lines (32 loc) · 1.28 KB
/
.env.example
File metadata and controls
39 lines (32 loc) · 1.28 KB
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
31
32
33
34
35
36
37
38
39
# OpenClaw Environment Configuration
# Copy this file to .env and fill in your values
# ============================================
# Required: Access Token
# ============================================
ACCESS_TOKEN=your-secure-access-token
# ============================================
# AI Model Configuration (at least one required)
# ============================================
# OpenAI
OPENAI_API_KEY=sk-your-openai-key
# OPENAI_BASE_URL=https://api.openai.com/v1
# Anthropic
ANTHROPIC_API_KEY=sk-ant-your-anthropic-key
# ANTHROPIC_BASE_URL=https://api.anthropic.com
# DeepSeek
DEEPSEEK_API_KEY=sk-your-deepseek-key
# DEEPSEEK_BASE_URL=https://api.deepseek.com/v1
# ============================================
# Default Model
# ============================================
# Options: openai/gpt-4o, openai/gpt-4o-mini,
# anthropic/claude-sonnet-4-20250514, anthropic/claude-3-5-sonnet-20241022
# deepseek/deepseek-chat, deepseek/deepseek-coder, deepseek/deepseek-reasoner
DEFAULT_MODEL=deepseek/deepseek-chat
# ============================================
# Telegram Integration (optional)
# ============================================
# Get bot token from @BotFather
TELEGRAM_BOT_TOKEN=your-telegram-bot-token
# Get chat ID from @userinfobot
TELEGRAM_CHAT_ID=your-chat-id