From 094990e818e1be5336a5e7d99b90520377965d57 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Sat, 1 Jun 2024 18:18:22 +0200 Subject: [PATCH] fixed summary --- lollms/functions/story_writing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lollms/functions/story_writing.py b/lollms/functions/story_writing.py index 30ac80d..9ef15dd 100644 --- a/lollms/functions/story_writing.py +++ b/lollms/functions/story_writing.py @@ -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([