mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-23 21:00:30 +08:00
fixed typo
This commit is contained in:
parent
4e3005db0a
commit
3dc7bf1de9
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user