We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b4c04 commit 6ef5fe4Copy full SHA for 6ef5fe4
1 file changed
crates/server/src/titles.rs
@@ -65,7 +65,7 @@ pub(crate) fn build_title_generation_request(model: String, user_input: &str) ->
65
),
66
}],
67
68
- max_tokens: 24,
+ max_tokens: 1024,
69
tools: None,
70
hosted_tools: Vec::new(),
71
sampling: SamplingControls { temperature: None, top_p: None, top_k: None },
0 commit comments