-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
41 lines (33 loc) · 1.08 KB
/
Copy path.env.example
File metadata and controls
41 lines (33 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# ============================================================
# Environment Variables
#
# Recommended: Use Doppler (see README)
# doppler login && doppler setup && make serve
#
# Without Doppler, copy this file to .env:
# cp .env.example .env
# ============================================================
GOOGLE_API_KEY=AIza...
# ANTHROPIC_API_KEY=sk-ant-xxxx
# LLM Settings
LLM_PROVIDER=gemini
LLM_MODEL_NAME="gemini-3.1-flash-lite-preview"
LLM_USE_VISION=false
# Browser Settings
# Local only — do not add to Doppler
BROWSER_CDP_URL=http://localhost:9222
# LangSmith (Observability) — https://smith.langchain.com
# LANGSMITH_TRACING=true
# LANGSMITH_API_KEY=lsv2_pt_xxxx
# LANGSMITH_PROJECT=surfy
# Langfuse (Self-hosted Observability) — docker compose -f docker-compose.langfuse.yml up -d
# LANGFUSE_PUBLIC_KEY=pk-lf-local
# LANGFUSE_SECRET_KEY=sk-lf-local
# LANGFUSE_BASE_URL=http://localhost:3000
# Scout Settings
# SCOUT_MODEL_NAME=gemini-3-flash-preview
# SCOUT_USE_VISION=false
# SCOUT_FLASH_MODE=true
# SCOUT_MAX_STEPS=5
# Research Settings
# RESEARCH_MODEL_NAME=gemini-2.0-flash