mirror of https://github.com/buster-so/buster.git
flash on conversation title
This commit is contained in:
parent
6c037d992a
commit
7519e066f9
|
@ -71,7 +71,7 @@ pub async fn generate_conversation_title(
|
|||
|
||||
// Create the request
|
||||
let request = ChatCompletionRequest {
|
||||
model: "gpt-4o-mini".to_string(),
|
||||
model: "gemini-2.0-flash-001".to_string(),
|
||||
messages: vec![LiteLLMAgentMessage::User {
|
||||
id: None,
|
||||
content: prompt,
|
||||
|
|
Loading…
Reference in New Issue