-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
31 lines (24 loc) · 1.39 KB
/
Copy path.env.example
File metadata and controls
31 lines (24 loc) · 1.39 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
# ── MemoryLens environment variables ─────────────────────────────────────────
# Copy this file to .env and fill in the keys you want to use.
# At least ONE provider is needed for --llm / LLM eval mode.
# All providers are optional — without any key the benchmark runs in
# content-only mode (fast, free, no API needed).
# ── Provider API keys (pick any one or more) ─────────────────────────────────
# Groq — free tier, very fast (recommended for quick experiments)
# https://console.groq.com/keys
GROQ_API_KEY=
# OpenAI — gpt-4o-mini by default
# https://platform.openai.com/api-keys
OPENAI_API_KEY=
# Anthropic — claude-haiku-4-5 by default
# https://console.anthropic.com/settings/keys
ANTHROPIC_API_KEY=
# OpenRouter — 200+ models via one key, has a free tier
# https://openrouter.ai/settings/keys
OPENROUTER_API_KEY=
# Ollama — local LLMs, no key needed, just start the server
# Default: http://localhost:11434 Override:
# OLLAMA_HOST=http://localhost:11434
# ── Auto-detect override ──────────────────────────────────────────────────────
# Force a specific provider instead of auto-detecting:
# MEMORYLENS_PROVIDER=groq