Skip to content

Commit b020cb3

Browse files
committed
examples: simplify .env.example to match the TypeScript package
Byte-identical to examples/.env.example in the TypeScript package: the two API keys you must set, plus optional LangSmith tracing. The model-override vars are still read by the examples and documented in their READMEs, which is where someone tuning one is already looking.
1 parent f6dc63a commit b020cb3

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

examples/.env.example

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1+
# Copy to .env and fill in. The examples need both keys; model overrides are
2+
# documented in each example's README.
13
DIFFBOT_API_TOKEN=
24
ANTHROPIC_API_KEY=
35

46
# Optional: LangSmith tracing. Set TRACING=true and paste your key to enable the
5-
# "View trace in LangSmith" link in the dql_explorer example.
7+
# "View trace in LangSmith" link in the DQL Explorer example.
68
LANGSMITH_TRACING=false
79
LANGSMITH_API_KEY=
810
LANGSMITH_PROJECT=dql-explorer
9-
10-
# Optional: override the model each example uses. Both default to
11-
# anthropic:claude-haiku-4-5 — a fast, cheap authoring loop that stays clear of
12-
# the low input-tokens-per-minute caps on fresh Anthropic accounts.
13-
COMPANY_RESEARCH_MODEL=
14-
DQL_EXPLORER_MODEL=

0 commit comments

Comments
 (0)