From 1b8f384ce20bae04509c2700062c45cd54cd1d1e Mon Sep 17 00:00:00 2001 From: drbh Date: Tue, 27 Aug 2024 16:26:50 +0000 Subject: [PATCH] fix: adjust comment typo --- router/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/router/src/lib.rs b/router/src/lib.rs index 2824aed3..ce4f7c46 100644 --- a/router/src/lib.rs +++ b/router/src/lib.rs @@ -963,7 +963,6 @@ pub(crate) struct Tool { #[derive(Clone, Serialize, Deserialize, Default)] pub(crate) struct ChatTemplateInputs<'a> { messages: Vec, - // messages: serde_json::Value, bos_token: Option<&'a str>, eos_token: Option<&'a str>, add_generation_prompt: bool,