-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (23 loc) · 810 Bytes
/
.env.example
File metadata and controls
30 lines (23 loc) · 810 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
# API Keys for Claude Agent with Replicate
# Copy this to .env and fill in your keys
# Get from: https://console.anthropic.com/
ANTHROPIC_API_KEY=sk-ant-xxxxx
# Get from: https://replicate.com/account/api-tokens
REPLICATE_API_TOKEN=r8_xxxxx
# Langfuse Configuration (Optional - for tracing/observability)
# Get from: https://cloud.langfuse.com/
LANGFUSE_PUBLIC_KEY=pk-lf-xxxxx
LANGFUSE_SECRET_KEY=sk-lf-xxxxx
LANGFUSE_HOST=https://cloud.langfuse.com
# Server Configuration
HTTP_PORT=8080
WS_PORT=8866
# Directory Configuration
# Where to save generated/uploaded images and results
STORAGE_DIR=data
# Model Configuration
# Default Claude model for agent
CLAUDE_MODEL=claude-haiku-4-5-20251001
# Canvas Configuration
# Auto-focus on new images added to canvas (true/false)
VITE_AUTO_FOCUS_NEW_IMAGES=true