Manasa1 commited on
Commit
4f990da
·
verified ·
1 Parent(s): 3049c5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -47,6 +47,7 @@ def initialize_youtube_agent():
47
  name="YouTube Summarizer",
48
  model=Gemini(id="gemini-2.0-flash-exp"),
49
  tools=[YouTubeTools()],
 
50
  show_tool_calls=True,
51
  description="You are a YouTube agent. Obtain the captions of a YouTube video and answer questions.",
52
  markdown=True,
 
47
  name="YouTube Summarizer",
48
  model=Gemini(id="gemini-2.0-flash-exp"),
49
  tools=[YouTubeTools()],
50
+ get_youtube_video_captions = True,
51
  show_tool_calls=True,
52
  description="You are a YouTube agent. Obtain the captions of a YouTube video and answer questions.",
53
  markdown=True,