-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
18 lines (15 loc) · 794 Bytes
/
Copy path.env.example
File metadata and controls
18 lines (15 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ---------------------------------------------------------------------------
# Flowcraft environment variables
# ---------------------------------------------------------------------------
# REQUIRED — live AI generation via OpenAI (Vercel AI SDK).
# The app will not generate a plan without this. Get a key at
# https://platform.openai.com/api-keys
OPENAI_API_KEY=
# Optional: override the model (defaults to gpt-4o). Must support structured
# outputs (gpt-4o, gpt-4o-mini, gpt-4.1, etc.).
# OPENAI_MODEL=gpt-4o
# Optional but recommended: scrape a real company/product URL during the
# "ingest" stage. Without it, ingestion uses pasted text / company context,
# and a URL given with no other source will return a clear error.
# Get a key at https://www.firecrawl.dev
FIRECRAWL_API_KEY=