dramatically improve LLM traces and fixed bug with Bedrock translation from claude code

This commit is contained in:
Salman Paracha 2025-10-23 22:16:05 -07:00
parent 0ee0912a73
commit 43def45746
8 changed files with 151 additions and 61 deletions

View file

@ -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

View file

@ -78,3 +78,7 @@ model_aliases:
coding-model:
target: us.amazon.nova-premier-v1:0
tracing:
random_sampling: 100
trace_arch_internal: true