fixed story writer

This commit is contained in:
Saifeddine ALOUI 2024-06-01 18:11:15 +02:00
parent 77ae8efbd4
commit 9a8f65853d

View File

@ -67,7 +67,7 @@ def start_writing_story(prompt_ideas: str, llm: Any, story_file_path: str) -> st
new_section = write_story_section(
llm=llm,
story_file_path=story_file_path,
story_plan=plan_json_str,
story_plan=story_plan,
current_section=section_description,
prompt_ideas=prompt_ideas
)