docs(docs): align navigation inventory and model examples for #774

This commit is contained in:
Chummy 2026-02-18 21:06:01 +08:00
parent e1aeabdb5f
commit daef8f8094
10 changed files with 56 additions and 7 deletions

View file

@ -132,7 +132,7 @@ agent = create_agent(
```python
agent = create_agent(
model="anthropic/claude-3.5-sonnet",
model="anthropic/claude-sonnet-4-6",
api_key="your-openrouter-key",
base_url="https://openrouter.ai/api/v1"
)