fix: resolve typos and docs

This commit is contained in:
drbh 2024-02-10 02:32:47 +00:00
parent 565f246fc7
commit 74a586b457
2 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,7 @@ pub async fn run(
repetition_penalty: repetition_penalty.unwrap_or(1.0), repetition_penalty: repetition_penalty.unwrap_or(1.0),
frequency_penalty: frequency_penalty.unwrap_or(0.0), frequency_penalty: frequency_penalty.unwrap_or(0.0),
watermark, watermark,
grammar: String::new(),
fsm_grammar_state: 0, fsm_grammar_state: 0,
}; };