-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
22 lines (19 loc) · 1.01 KB
/
Copy path.env.example
File metadata and controls
22 lines (19 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copy this file to .env and fill in your own values.
# --- What runs today: Gemini on Vertex AI -------------------------------------
# No API key involved. Authentication is your local gcloud Application Default
# Credentials (`gcloud auth application-default login`). Both values below have
# defaults in config.py; the project default is a hackathon lab project and
# almost certainly needs replacing.
# GCP_PROJECT=your-gcp-project-id
# GCP_REGION=europe-southwest1
# WIKI_HARNESS_GEMINI_MODEL=gemini-2.5-flash
# --- Switching to Claude ------------------------------------------------------
# Not wired up yet - see "Switching the model provider" in README.md for the
# call sites that have to change. This key is read by config.py but nothing
# currently uses it.
# ANTHROPIC_API_KEY=sk-ant-...
# WIKI_HARNESS_MODEL=claude-sonnet-5
# --- Optional overrides (defaults shown) --------------------------------------
# WIKI_HARNESS_MCP_URL=https://next.obudget.org/mcp
# WIKI_HARNESS_MCP_TIMEOUT=180
# WIKI_HARNESS_MAX_STEPS=12