From b2d7448a3944840deb4065987163e034a2f5045d Mon Sep 17 00:00:00 2001 From: drbh Date: Thu, 25 Jan 2024 17:40:09 +0000 Subject: [PATCH] fix: show warning with tokenizer config parsing error --- router/src/main.rs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/router/src/main.rs b/router/src/main.rs index b6190908..495fd5bc 100644 --- a/router/src/main.rs +++ b/router/src/main.rs @@ -462,7 +462,12 @@ pub async fn get_tokenizer_config(api_repo: &ApiRepo) -> Option