mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
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:
parent
180a9cb748
commit
69df124c47
1 changed files with 1 additions and 2 deletions
|
|
@ -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)) =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue