fixed summary

This commit is contained in:
Saifeddine ALOUI 2024-06-01 18:18:22 +02:00
parent a07dd55512
commit 094990e818

View File

@ -132,7 +132,7 @@ def write_story_section(prompt_ideas: str, llm: Any, story_file_path: str, story
story_content = story_path.read_text()
# Summarize the current content of the story
story_summary = llm.summarize(story_content)
story_summary = llm.summerize_text(story_content)
# Generate the current section using the LLM's fast_gen function
prompt = "\n".join([