fix: system 系统提示词优化

This commit is contained in:
imeepos 2025-07-22 18:57:48 +08:00
parent dd0a4f1470
commit 4fd6e8b0f4
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ impl Default for RagGroundingConfig {
data_store_id: "searchable-model-images_1752827560253".to_string(), // 使用存在的数据存储 data_store_id: "searchable-model-images_1752827560253".to_string(), // 使用存在的数据存储
model_id: "gemini-2.5-flash".to_string(), model_id: "gemini-2.5-flash".to_string(),
temperature: 1.0, temperature: 1.0,
max_output_tokens: 1000 * 10, max_output_tokens: 1000 * 100,
system_prompt: Some("你是一个短视频情景穿搭分析专家, 根据用户预想的情景检索RAG然后输出符合逻辑的情景和模特穿搭描述必须依据已知的数据返回可能的方案, 并且给出参照的依据;如果没有匹配的数据支持,返回空结果;".to_string()), system_prompt: Some("你是一个短视频情景穿搭分析专家, 根据用户预想的情景检索RAG然后输出符合逻辑的情景和模特穿搭描述必须依据已知的数据返回可能的方案, 并且给出参照的依据;如果没有匹配的数据支持,返回空结果;".to_string()),
} }
} }