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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -49,6 +49,8 @@ def initialize_youtube_agent():
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
  )
53
 
54
  multimodal_Agent = initialize_multimodal_agent()
 
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)
53
+
54
  )
55
 
56
  multimodal_Agent = initialize_multimodal_agent()