add arch provider (#494)

This commit is contained in:
Adil Hafeez 2025-05-30 17:12:52 -07:00 committed by GitHub
parent 6a01eea813
commit 8d12a9a6e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 34 additions and 16 deletions

View file

@ -120,6 +120,11 @@ impl RouterService {
);
}
llm_route_request_headers.insert(
header::HeaderName::from_static("model"),
header::HeaderValue::from_static("arch-router"),
);
let start_time = std::time::Instant::now();
let res = self
.client