2025-05-31 01:11:14 -07:00
|
|
|
version: v0.1.0
|
2025-05-19 09:59:22 -07:00
|
|
|
|
|
|
|
|
listeners:
|
|
|
|
|
egress_traffic:
|
|
|
|
|
address: 0.0.0.0
|
|
|
|
|
port: 12000
|
|
|
|
|
message_format: openai
|
|
|
|
|
timeout: 30s
|
|
|
|
|
|
|
|
|
|
llm_providers:
|
|
|
|
|
|
2025-07-11 16:42:16 -07:00
|
|
|
- model: openai/gpt-4o-mini
|
2025-05-30 17:40:46 -07:00
|
|
|
access_key: $OPENAI_API_KEY
|
2025-05-19 09:59:22 -07:00
|
|
|
default: true
|
|
|
|
|
|
2025-07-11 16:42:16 -07:00
|
|
|
- model: openai/gpt-4o
|
2025-05-19 09:59:22 -07:00
|
|
|
access_key: $OPENAI_API_KEY
|
2025-07-11 16:42:16 -07:00
|
|
|
routing_preferences:
|
|
|
|
|
- name: code understanding
|
|
|
|
|
description: understand and explain existing code snippets, functions, or libraries
|
2025-05-19 09:59:22 -07:00
|
|
|
|
2025-07-11 16:42:16 -07:00
|
|
|
- model: openai/gpt-4.1
|
2025-05-19 09:59:22 -07:00
|
|
|
access_key: $OPENAI_API_KEY
|
2025-07-11 16:42:16 -07:00
|
|
|
routing_preferences:
|
|
|
|
|
- name: code generation
|
|
|
|
|
description: generating new code snippets, functions, or boilerplate based on user prompts or requirements
|
2025-05-19 09:59:22 -07:00
|
|
|
|
|
|
|
|
tracing:
|
|
|
|
|
random_sampling: 100
|