Skip to content

Commit f6dc63a

Browse files
committed
examples: document the model-override env vars in .env.example
COMPANY_RESEARCH_MODEL and DQL_EXPLORER_MODEL are both read by the example agents but were never mentioned in the template, so the only way to discover them was reading agent.py. Mirrors the same block in the TypeScript package.
1 parent 3a233fe commit f6dc63a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

examples/.env.example

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ ANTHROPIC_API_KEY=
66
LANGSMITH_TRACING=false
77
LANGSMITH_API_KEY=
88
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)