feat: add OpenRouter usage examples (#189)

Co-authored-by: BroccoliFin <mikhailsadovoy@MacBook-Air-MacMike.local>
This commit is contained in:
DevBroco
2026-02-18 12:04:20 +03:00
committed by GitHub
parent 750a94030b
commit 05cb01816b

View File

@@ -26,6 +26,13 @@ NEARAI_AUTH_URL=https://private.near.ai
# LLM_BASE_URL=http://localhost:1234/v1
# LLM_API_KEY=sk-... # optional for local servers
# === OpenRouter (via OpenAI-compatible) ===
# LLM_MODEL=anthropic/claude-sonnet-4
# LLM_BACKEND=openai_compatible
# LLM_BASE_URL=https://openrouter.ai/api/v1
# LLM_API_KEY=sk-or-...
# Channel Configuration
# CLI is always enabled