feat/调整tts音色,调整封面图prompt,修复对话页输入框显示逻辑,待验证封面图生成功能
This commit is contained in:
@@ -165,7 +165,7 @@ class MemoirImagePromptService:
|
||||
"hero composition, evocative scene, emotionally resonant, "
|
||||
"cinematic framing, natural lighting, no text overlay."
|
||||
)
|
||||
details = (context_excerpt or "").strip()[:200]
|
||||
details = (context_excerpt or "").strip()[:500]
|
||||
if not details:
|
||||
details = "A personal life story scene with authentic emotional detail"
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user