From ef63e93554cc173c96a5643aaf68a6d8802d1b1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Kaunism=C3=A4ki?= Date: Tue, 16 Jul 2024 13:57:13 +0200 Subject: [PATCH] Update router/src/main.rs Co-authored-by: Hugo Larcher --- router/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/router/src/main.rs b/router/src/main.rs index 9feda62d..9188c938 100644 --- a/router/src/main.rs +++ b/router/src/main.rs @@ -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,