docs: replace stale OpenRouter Gemini example

Update the OpenRouter Gemini README example to a model ID that works in current OpenRouter validation, and note that model availability can change over time.
This commit is contained in:
gnanam1990
2026-04-02 11:37:26 +05:30
parent cb8973e99b
commit 93bc50f8cd

View File

@@ -118,9 +118,13 @@ export OPENAI_MODEL=deepseek-chat
export CLAUDE_CODE_USE_OPENAI=1
export OPENAI_API_KEY=sk-or-...
export OPENAI_BASE_URL=https://openrouter.ai/api/v1
export OPENAI_MODEL=google/gemini-2.0-flash
export OPENAI_MODEL=google/gemini-2.0-flash-001
```
OpenRouter model availability changes over time. If a model stops working,
pick another currently available OpenRouter model before assuming the
OpenAI-compatible setup is broken.
### Ollama (local, free)
```bash