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)