mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
Apply suggestions from code review
This commit is contained in:
parent
03f2df3e1e
commit
e3ef0ea6b1
1 changed files with 0 additions and 1 deletions
|
|
@ -89,7 +89,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error + Send + Sync>> {
|
|||
|
||||
let llm_providers = llm_providers.clone();
|
||||
let service = service_fn(move |req| {
|
||||
info!("main.rs: request headers: {:?}", req.headers());
|
||||
let router_service = Arc::clone(&router_service);
|
||||
let parent_cx = extract_context_from_request(&req);
|
||||
let llm_provider_endpoint = llm_provider_endpoint.clone();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue