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