-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
20 lines (15 loc) · 754 Bytes
/
.env.example
File metadata and controls
20 lines (15 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copy this file to .env and fill in the values to run the harness against OpenRouter.
OPENROUTER_API_KEY=replace-with-your-key
# Optional: OpenRouter base URL (defaults to https://openrouter.ai/api/v1)
# OPENROUTER_BASE_URL=https://openrouter.ai/api/v1
# Optional: tweak model defaults
DEFAULT_MODEL=openrouter/google/gemini-pro
# Optional: default temperature for harness runs
DEFAULT_TEMPERATURE=0.0
# Optional: default max tokens for harness runs
DEFAULT_MAX_TOKENS=200000
# Optional: expert QA judge model (OpenRouter model id). Leave blank to disable judge.
EXPERT_QA_JUDGE_MODEL=openai/gpt-4o-mini
# Optional: LM Studio base URL (OpenAI-compatible endpoint)
# Defaults to http://127.0.0.1:1234/v1
# LMSTUDIO_BASE_URL=http://127.0.0.1:1234/v1