mirror of
https://github.com/katanemo/plano.git
synced 2026-05-08 07:12:42 +02:00
add arch provider (#494)
This commit is contained in:
parent
6a01eea813
commit
8d12a9a6e0
4 changed files with 34 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue