mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 12:54:52 +00:00
fix: adjust comment typo
This commit is contained in:
parent
25a0ea6674
commit
1b8f384ce2
@ -963,7 +963,6 @@ pub(crate) struct Tool {
|
||||
#[derive(Clone, Serialize, Deserialize, Default)]
|
||||
pub(crate) struct ChatTemplateInputs<'a> {
|
||||
messages: Vec<TextMessage>,
|
||||
// messages: serde_json::Value,
|
||||
bos_token: Option<&'a str>,
|
||||
eos_token: Option<&'a str>,
|
||||
add_generation_prompt: bool,
|
||||
|
Loading…
Reference in New Issue
Block a user