flash on conversation title

This commit is contained in:
dal 2025-05-07 23:44:50 -06:00
parent 6c037d992a
commit 7519e066f9
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 1 additions and 1 deletions

View File

@ -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,