-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
32 lines (25 loc) · 950 Bytes
/
Copy path.env.example
File metadata and controls
32 lines (25 loc) · 950 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
31
32
# Required: Telegram Bot Configuration
TELEGRAM_BOT_TOKEN=your_telegram_bot_token_here
# Required: Kling AI API Credentials
# Get your API keys at: https://klingai.com/global/dev/model/video
KLING_ACCESS_KEY=your_kling_access_key_here
KLING_SECRET_KEY=your_kling_secret_key_here
# Optional: User Access Control
# Comma-separated list of allowed Telegram user IDs
# Leave empty to allow anyone to use the bot
ALLOWED_USER_IDS=
# Optional: Budget Settings
DAILY_BUDGET_USD=5
# Optional: Default Generation Settings
DEFAULT_MODEL=kling-v2-6
DEFAULT_MODE=pro
DEFAULT_DURATION=5
DEFAULT_ASPECT_RATIO=16:9
# Optional: AI Prompt Enhancement
# Choose ONE of the following methods (or leave both empty to disable enhancement):
# Method 1: Anthropic API (recommended)
# Get your API key at: https://console.anthropic.com/
ANTHROPIC_API_KEY=
# Method 2: Claude CLI
# Path to the Claude CLI binary (leave empty to use 'claude' from PATH)
CLAUDE_CLI_PATH=