update battle

This commit is contained in:
bridge
2025-10-16 00:57:19 +08:00
parent a038d32904
commit 5fb6ddfa05

View File

@@ -54,7 +54,7 @@ class StoryTeller:
"event": event,
"res": res,
"style": random.choice(story_styles),
"STORY_PROMPT": STORY_PROMPT or "",
"story_prompt": STORY_PROMPT or "",
}
data = get_prompt_and_call_llm(template_path, infos, mode="fast")
story = data["story"].strip()