forked from feldera/feldera
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (14 loc) · 716 Bytes
/
Copy path.env.example
File metadata and controls
20 lines (14 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copy this file to .env and fill in your values.
# Required: Anthropic API key
ANTHROPIC_API_KEY=sk-ant-...
# Optional: path to the Feldera SQL compiler JAR (enables --validate)
# Run: felderize download-compiler
FELDERA_COMPILER=/path/to/sql-to-dbsp
# Optional: LLM model override (default: claude-sonnet-4-6)
FELDERIZE_MODEL=claude-sonnet-4-6
# Optional: maximum tokens for LLM response (default: 64000)
# FELDERIZE_MAX_TOKENS=64000
# Optional: override the Feldera docs base URL (e.g. point to a fork or branch)
# FELDERA_DOCS_BASE_URL=https://raw.githubusercontent.com/feldera/feldera/main/docs.feldera.com/docs/sql
# Optional: custom Anthropic API base URL (for proxies)
# ANTHROPIC_BASE_URL=https://...