mirror of
https://github.com/katanemo/plano.git
synced 2026-07-20 16:41:04 +02:00
dramatically improve LLM traces and fixed bug with Bedrock translation from claude code
This commit is contained in:
parent
0ee0912a73
commit
43def45746
8 changed files with 151 additions and 61 deletions
|
|
@ -20,13 +20,12 @@ llm_providers:
|
|||
routing_preferences:
|
||||
- name: code understanding
|
||||
description: understand and explain existing code snippets, functions, or libraries
|
||||
|
||||
# Anthropic Models
|
||||
- model: anthropic/claude-sonnet-4-5
|
||||
default: true
|
||||
access_key: $ANTHROPIC_API_KEY
|
||||
|
||||
- model: anthropic/claude-3-haiku-20240307
|
||||
- model: anthropic/claude-haiku-4-5-20251001
|
||||
access_key: $ANTHROPIC_API_KEY
|
||||
|
||||
# Ollama Models
|
||||
|
|
@ -38,4 +37,8 @@ llm_providers:
|
|||
model_aliases:
|
||||
# Alias for a small faster Claude model
|
||||
arch.claude.code.small.fast:
|
||||
target: claude-3-haiku-20240307
|
||||
target: claude-haiku-4-5-20251001
|
||||
|
||||
tracing:
|
||||
random_sampling: 100
|
||||
trace_arch_internal: true
|
||||
|
|
|
|||
|
|
@ -78,3 +78,7 @@ model_aliases:
|
|||
|
||||
coding-model:
|
||||
target: us.amazon.nova-premier-v1:0
|
||||
|
||||
tracing:
|
||||
random_sampling: 100
|
||||
trace_arch_internal: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue