add local file

This commit is contained in:
Adil Hafeez 2025-07-10 15:42:51 -07:00
parent 7f90124bd1
commit c1af7908db
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
2 changed files with 37 additions and 5 deletions

View file

@ -1,5 +0,0 @@
{
"cSpell.words": [
"BRIGHTSTAFF"
]
}

View file

@ -0,0 +1,37 @@
version: v0.1.0
routing:
model: Arch-Router
llm_provider: arch-router
listeners:
egress_traffic:
address: 0.0.0.0
port: 12000
message_format: openai
timeout: 30s
llm_providers:
- name: arch-router
model: arch/hf.co/katanemo/Arch-Router-1.5B.gguf:Q4_K_M
base_url: http://host.docker.internal:11434
- 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: openai/gpt-4.1
access_key: $OPENAI_API_KEY
routing_preferences:
- name: code generation
description: generating new code snippets, functions, or boilerplate based on user prompts or requirements
tracing:
random_sampling: 100