fix arch_config schema

This commit is contained in:
Adil Hafeez 2025-07-09 13:15:53 -07:00
parent 293bd14051
commit e7eb77383f
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
14 changed files with 36 additions and 73 deletions

View file

@ -9,10 +9,8 @@ listeners:
# Centralized way to manage LLMs, manage keys, retry logic, failover and limits in a central way
llm_providers:
- name: OpenAI
provider_interface: openai
access_key: $OPENAI_API_KEY
model: gpt-4o-mini
- access_key: $OPENAI_API_KEY
model: openai/gpt-4o-mini
default: true
# Arch creates a round-robin load balancing between different endpoints, managed via the cluster subsystem.