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 => {