Manasa1 commited on
Commit
29678ef
·
verified ·
1 Parent(s): ac0006f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -45,6 +45,7 @@ def initialize_multimodal_agent():
45
  def initialize_youtube_agent():
46
  return Agent(
47
  name="YouTube Summarizer",
 
48
  tools=[YouTubeTools()],
49
  show_tool_calls=True,
50
  description="You are a YouTube agent. Obtain the captions of a YouTube video and answer questions.",
 
45
  def initialize_youtube_agent():
46
  return 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.",