chore: update config and env templates for OpenRouter

This commit is contained in:
dan
2026-03-16 20:16:48 +00:00
parent ea2e13e0c5
commit 79dc1fd287
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ export default {
refreshIntervalMinutes: parseInt(process.env.REFRESH_INTERVAL_MINUTES) || 15,
llm: {
provider: process.env.LLM_PROVIDER || null, // anthropic | openai | gemini | codex
provider: process.env.LLM_PROVIDER || null, // anthropic | openai | gemini | codex | openrouter
apiKey: process.env.LLM_API_KEY || null,
model: process.env.LLM_MODEL || null,
},