Spaces:
Running
Running
Update app.py
Browse files
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.",
|