adding canonical tracing support via bright-staff

This commit is contained in:
Salman Paracha 2025-12-09 17:45:22 -08:00
parent 09c0b999b2
commit c748ea0a71
27 changed files with 1803 additions and 273 deletions

View file

@ -8,8 +8,21 @@ listeners:
timeout: 30s
llm_providers:
- access_key: $OPENAI_API_KEY
model: openai/gpt-4o
- model: openai/gpt-4o-mini
access_key: $OPENAI_API_KEY
default: true
- model: openai/gpt-4o
access_key: $OPENAI_API_KEY
routing_preferences:
- name: code understanding
description: understand and explain existing code snippets, functions, or libraries
- model: anthropic/claude-sonnet-4-20250514
access_key: $ANTHROPIC_API_KEY
routing_preferences:
- name: code generation
description: generating new code snippets, functions, or boilerplate based on user prompts or requirements
endpoints:
frankfurther_api: