Update router/src/main.rs

Co-authored-by: Hugo Larcher <hugo.larcher@huggingface.co>
This commit is contained in:
Erik Kaunismäki 2024-07-16 13:57:13 +02:00 committed by GitHub
parent dc79d4fd24
commit ef63e93554
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -386,7 +386,7 @@ async fn main() -> Result<(), RouterError> {
let is_docker = option_env!("DOCKER_LABEL").is_some();
let user_agent = if !disable_usage_stats && is_docker {
let reducded_args = usage_stats::Args::new(
let reduced_args = usage_stats::Args::new(
config.clone(),
tokenizer_class,
max_concurrent_requests,