# 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://...