mirror of
https://github.com/katanemo/plano.git
synced 2026-04-26 01:06:25 +02:00
39 lines
889 B
YAML
39 lines
889 B
YAML
version: "0.1-beta"
|
|
|
|
routing:
|
|
model: archgw-v1-router-model
|
|
|
|
listeners:
|
|
egress_traffic:
|
|
address: 0.0.0.0
|
|
port: 12000
|
|
message_format: openai
|
|
timeout: 30s
|
|
|
|
llm_providers:
|
|
|
|
- name: archgw-v1-router-model
|
|
provider_interface: openai
|
|
model: cotran2/qwen-4-epoch-2600
|
|
base_url: http://34.46.85.85:8000/v1
|
|
|
|
- name: gpt-4o
|
|
provider_interface: openai
|
|
access_key: $OPENAI_API_KEY
|
|
model: gpt-4o
|
|
default: true
|
|
|
|
- name: code_generation
|
|
provider_interface: openai
|
|
access_key: $OPENAI_API_KEY
|
|
model: gpt-4o
|
|
usage: Generating new code snippets, functions, or boilerplate based on user prompts or requirements
|
|
|
|
- name: code_understanding
|
|
provider_interface: openai
|
|
access_key: $OPENAI_API_KEY
|
|
model: gpt-4.1
|
|
usage: understand and explain existing code snippets, functions, or libraries
|
|
|
|
tracing:
|
|
random_sampling: 100
|