mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
addressing comments
This commit is contained in:
parent
43def45746
commit
af05ad141d
2 changed files with 2 additions and 4 deletions
|
|
@ -25,7 +25,7 @@ llm_providers:
|
|||
default: true
|
||||
access_key: $ANTHROPIC_API_KEY
|
||||
|
||||
- model: anthropic/claude-haiku-4-5-20251001
|
||||
- model: anthropic/claude-haiku-4-5
|
||||
access_key: $ANTHROPIC_API_KEY
|
||||
|
||||
# Ollama Models
|
||||
|
|
@ -37,8 +37,7 @@ llm_providers:
|
|||
model_aliases:
|
||||
# Alias for a small faster Claude model
|
||||
arch.claude.code.small.fast:
|
||||
target: claude-haiku-4-5-20251001
|
||||
target: claude-haiku-4-5
|
||||
|
||||
tracing:
|
||||
random_sampling: 100
|
||||
trace_arch_internal: true
|
||||
|
|
|
|||
|
|
@ -81,4 +81,3 @@ model_aliases:
|
|||
|
||||
tracing:
|
||||
random_sampling: 100
|
||||
trace_arch_internal: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue