From 05cb01816b3028d14c9eab0c89640aa4ebed22f1 Mon Sep 17 00:00:00 2001 From: DevBroco <84507903+BroccoliFin@users.noreply.github.com> Date: Wed, 18 Feb 2026 12:04:20 +0300 Subject: [PATCH] feat: add OpenRouter usage examples (#189) Co-authored-by: BroccoliFin --- .env.example | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.env.example b/.env.example index 7ff45444..a1f57476 100644 --- a/.env.example +++ b/.env.example @@ -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