matching the LLM routing section on the README.md to the docs

This commit is contained in:
Salman Paracha 2025-09-18 23:23:26 -07:00
parent f7c9d04da9
commit 3925836858
2 changed files with 120 additions and 47 deletions

View file

@ -147,15 +147,15 @@ llm_providers:
access_key: $ANTHROPIC_API_KEY
model_aliases:
- alias: fast-model
models:
- openai/gpt-4o-mini
- anthropic/claude-3-5-haiku-20241022
# Model aliases - friendly names that map to actual model names
fast-model:
target: gpt-4o-mini
- alias: reasoning-model
models:
- openai/gpt-4o
- anthropic/claude-3-5-sonnet-20241022
reasoning-model:
target: gpt-4o
creative-model:
target: claude-3-5-sonnet-20241022
```
Use semantic aliases in your application code: