the orchestrator had a bug where it was setting the wrong headers for archfc.katanemo.dev (#839)

Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-389.local>
This commit is contained in:
Salman Paracha 2026-03-20 00:40:47 -07:00 committed by GitHub
parent 180a9cb748
commit 69df124c47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -113,8 +113,7 @@ impl OrchestratorService {
headers.insert( headers.insert(
header::HeaderName::from_static("model"), header::HeaderName::from_static("model"),
header::HeaderValue::from_str(&self.orchestrator_provider_name) header::HeaderValue::from_static("plano-orchestrator"),
.unwrap_or_else(|_| header::HeaderValue::from_static("plano-orchestrator")),
); );
let Some((content, elapsed)) = let Some((content, elapsed)) =