From 30ce9e042620700a88a628a4a2b253b2d110b3ad Mon Sep 17 00:00:00 2001 From: ErikKaumk Date: Fri, 12 Jul 2024 14:47:17 +0200 Subject: [PATCH] delete newlines --- router/src/main.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/router/src/main.rs b/router/src/main.rs index 51bb5f90..ce3809c8 100644 --- a/router/src/main.rs +++ b/router/src/main.rs @@ -295,9 +295,6 @@ async fn main() -> Result<(), RouterError> { ) } }; - - - let config: Option = config_filename.and_then(|filename| { std::fs::read_to_string(filename) .ok() @@ -355,7 +352,6 @@ async fn main() -> Result<(), RouterError> { tracing::warn!("Rust input length validation and truncation is disabled"); } - // if pipeline-tag == text-generation we default to return_full_text = true let compat_return_full_text = match &model_info.pipeline_tag { None => {