mirror of
https://github.com/katanemo/plano.git
synced 2026-06-23 15:38:07 +02:00
matching the LLM routing section on the README.md to the docs
This commit is contained in:
parent
f7c9d04da9
commit
3925836858
2 changed files with 120 additions and 47 deletions
16
README.md
16
README.md
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue