From 3dc7bf1de922c907ec96fac021a4bc769f8a568f Mon Sep 17 00:00:00 2001 From: PeriniM Date: Mon, 19 Feb 2024 07:23:08 +0100 Subject: [PATCH] fixed typo --- examples/speech_summary_graph_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/speech_summary_graph_example.py b/examples/speech_summary_graph_example.py index 4276dbc5..578f5aa8 100644 --- a/examples/speech_summary_graph_example.py +++ b/examples/speech_summary_graph_example.py @@ -18,7 +18,7 @@ llm_config = { curr_dir = os.path.dirname(os.path.realpath(__file__)) output_file_path = os.path.join(curr_dir, "website_summary.mp3") -speech_summary_graph = SpeechSummaryGraph("Make a summary of the webpage to be converted to speech for blind people.", +speech_summary_graph = SpeechSummaryGraph("Make a summary of the webpage to be converted to audio for blind people.", "https://perinim.github.io/projects/", llm_config, output_file_path)