Skip to content

Commit

Permalink
delete newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikKaum committed Jul 12, 2024
1 parent 3a14827 commit 30ce9e0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions router/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,6 @@ async fn main() -> Result<(), RouterError> {
)
}
};



let config: Option<Config> = config_filename.and_then(|filename| {
std::fs::read_to_string(filename)
.ok()
Expand Down Expand Up @@ -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 => {
Expand Down

0 comments on commit 30ce9e0

Please sign in to comment.