-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
35 lines (28 loc) · 1.19 KB
/
.env.example
File metadata and controls
35 lines (28 loc) · 1.19 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
# Environment variables for SolWrapped
# Copy this file to .env.local and fill in your keys
# ---- Required ----
# Helius API key - get one at https://www.helius.dev
HELIUS_API_KEY=your_helius_api_key_here
# ---- Optional: LLM provider (for AI personality) ----
# Provide ONE of the following keys. Auto-detection order:
# anthropic → openrouter → deepseek → openai → gemini
# Missing keys fall back to a hardcoded personality template.
#
# Override auto-detection (optional):
# LLM_PROVIDER=anthropic|openai|openrouter|deepseek|gemini
# LLM_MODEL=<model name — e.g. gpt-4o-mini, deepseek-chat>
ANTHROPIC_API_KEY=
OPENAI_API_KEY=
OPENROUTER_API_KEY=
DEEPSEEK_API_KEY=
GEMINI_API_KEY=
# Optional: custom OpenAI-compatible base URL (for self-hosted or proxies)
# OPENAI_BASE_URL=https://api.openai.com/v1
# ---- Optional: AI card background image provider ----
# The AI card pipeline tries Volcengine 即梦 4.0 first, then falls back to fal.ai.
# If both are missing, /api/card/[address] 302-redirects to the Satori OG card.
# Volcengine 即梦 4.0 (console.volcengine.com — visual service CV)
VOLC_ACCESS_KEY_ID=
VOLC_SECRET_ACCESS_KEY=
# fal.ai FLUX.1 schnell (fal.ai/dashboard/keys)
FAL_KEY=