Daniel Amendoeira commited on
Commit
1004e6c
·
verified ·
1 Parent(s): fd8b5b8

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +1 -1
tools.py CHANGED
@@ -71,7 +71,7 @@ def transcribe_audio(audio_file: str, file_extension: str) -> str:
71
 
72
  # TESTTTTT
73
  @tool
74
- def get_youtube_transcript(page_url: str) -> str:
75
  """Get the transcript of a YouTube video
76
  Args:
77
  page_url (str): YouTube URL of the video
 
71
 
72
  # TESTTTTT
73
  @tool
74
+ def transcribe_youtube(page_url: str) -> str:
75
  """Get the transcript of a YouTube video
76
  Args:
77
  page_url (str): YouTube URL of the video