fixed typo

This commit is contained in:
PeriniM 2024-02-19 07:23:08 +01:00
parent 4e3005db0a
commit 3dc7bf1de9

View File

@ -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)