actually call archfc for orchestration

This commit is contained in:
Adil Hafeez 2025-12-19 02:40:29 -08:00
parent a611e1fc88
commit 1231706120
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
11 changed files with 97 additions and 97 deletions

View file

@ -34,3 +34,4 @@ pub const LLM_ROUTE_HEADER: &str = "x-arch-llm-route";
pub const ENVOY_RETRY_HEADER: &str = "x-envoy-max-retries";
pub const BRIGHT_STAFF_SERVICE_NAME : &str = "brightstaff";
pub const PLANO_ORCHESTRATOR_MODEL_NAME: &str = "Plano-Orchestrator";
pub const ARCH_FC_CLUSTER: &str = "arch";