Iamvincent commited on
Commit
63d3162
·
verified ·
1 Parent(s): b24f46d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -124,6 +124,7 @@ class ExcelToTextTool(Tool):
124
  class YouTubeQATool(PipelineTool):
125
  """Answer questions about the spoken content of a YouTube video."""
126
 
 
127
  name = "youtube_qa"
128
  description = (
129
  "Given a YouTube URL and a natural‑language *question*, return an answer "
 
124
  class YouTubeQATool(PipelineTool):
125
  """Answer questions about the spoken content of a YouTube video."""
126
 
127
+ default_checkpoint = "openai/gpt-4o"
128
  name = "youtube_qa"
129
  description = (
130
  "Given a YouTube URL and a natural‑language *question*, return an answer "