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

This commit is contained in:
Salman Paracha 2026-03-20 00:19:48 -07:00
parent cdad02c5ee
commit 66371df814

View file

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