2025-05-19 09:59:22 -07:00
|
|
|
version: "0.1-beta"
|
|
|
|
|
|
|
|
|
|
routing:
|
2025-05-30 17:40:46 -07:00
|
|
|
model: arch-router
|
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-05-30 17:40:46 -07:00
|
|
|
- name: arch-router
|
|
|
|
|
access_key: $OPENAI_API_KEY
|
|
|
|
|
provider_interface: arch
|
|
|
|
|
model: Arch-Router
|
|
|
|
|
|
|
|
|
|
- name: gpt-4o-mini
|
2025-05-19 09:59:22 -07:00
|
|
|
provider_interface: openai
|
2025-05-30 17:40:46 -07:00
|
|
|
access_key: $OPENAI_API_KEY
|
|
|
|
|
model: gpt-4o-mini
|
2025-05-19 09:59:22 -07:00
|
|
|
|
2025-05-23 00:51:53 -07:00
|
|
|
- name: gpt-4o
|
2025-05-19 09:59:22 -07:00
|
|
|
provider_interface: openai
|
|
|
|
|
access_key: $OPENAI_API_KEY
|
2025-05-23 00:51:53 -07:00
|
|
|
model: gpt-4o
|
2025-05-19 09:59:22 -07:00
|
|
|
default: true
|
|
|
|
|
|
2025-05-23 00:51:53 -07:00
|
|
|
- name: code_generation
|
2025-05-19 09:59:22 -07:00
|
|
|
provider_interface: openai
|
|
|
|
|
access_key: $OPENAI_API_KEY
|
|
|
|
|
model: gpt-4o
|
2025-05-23 00:51:53 -07:00
|
|
|
usage: Generating new code snippets, functions, or boilerplate based on user prompts or requirements
|
2025-05-19 09:59:22 -07:00
|
|
|
|
2025-05-23 00:51:53 -07:00
|
|
|
- name: code_understanding
|
2025-05-19 09:59:22 -07:00
|
|
|
provider_interface: openai
|
|
|
|
|
access_key: $OPENAI_API_KEY
|
2025-05-23 00:51:53 -07:00
|
|
|
model: gpt-4.1
|
|
|
|
|
usage: understand and explain existing code snippets, functions, or libraries
|
2025-05-19 09:59:22 -07:00
|
|
|
|
|
|
|
|
tracing:
|
|
|
|
|
random_sampling: 100
|