mirror of
https://github.com/ParisNeo/lollms.git
synced 2024-12-21 13:37:55 +00:00
fixed story writer
This commit is contained in:
parent
9a8f65853d
commit
a07dd55512
@ -121,7 +121,7 @@ def write_story_section(prompt_ideas: str, llm: Any, story_file_path: str, story
|
|||||||
f"{start_header_id_template}story_section_writer{end_header_id_template}"
|
f"{start_header_id_template}story_section_writer{end_header_id_template}"
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
new_section += llm.fast_gen()
|
new_section += llm.fast_gen(prompt)
|
||||||
|
|
||||||
# Write the new section to the story file
|
# Write the new section to the story file
|
||||||
story_path.write_text(new_section)
|
story_path.write_text(new_section)
|
||||||
|
Loading…
Reference in New Issue
Block a user