Skip to content

Commit 6ef5fe4

Browse files
committed
fix: align title test
1 parent f0b4c04 commit 6ef5fe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/server/src/titles.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ pub(crate) fn build_title_generation_request(model: String, user_input: &str) ->
6565
),
6666
}],
6767
}],
68-
max_tokens: 24,
68+
max_tokens: 1024,
6969
tools: None,
7070
hosted_tools: Vec::new(),
7171
sampling: SamplingControls { temperature: None, top_p: None, top_k: None },

0 commit comments

Comments
 (0)