feat: add OpenRouter provider to golden harness, close Phase 0 gate
- provider-agnostic llm-client (grok + openrouter) with page-slug context - live golden run scored and passing via x-ai/grok-4.6 - ADR 0010; spike docs flipped to done
This commit is contained in:
+4
-1
@@ -8,9 +8,12 @@ REDIS_URL=redis://localhost:6379
|
||||
# Auth
|
||||
SESSION_SECRET=replace-me
|
||||
|
||||
# LLM — Grok is the default adapter. Switch provider with LLM_PROVIDER.
|
||||
# LLM — Grok is the default adapter. Switch provider with LLM_PROVIDER (grok | openrouter).
|
||||
LLM_PROVIDER=grok
|
||||
XAI_API_KEY=
|
||||
OPENROUTER_API_KEY=
|
||||
# Model sent when LLM_PROVIDER=openrouter (default x-ai/grok-4.6).
|
||||
OPENROUTER_MODEL=x-ai/grok-4.6
|
||||
LLM_FALLBACK_PROVIDER=
|
||||
|
||||
# Sandbox
|
||||
|
||||
Reference in New Issue
Block a user