Update app.py
Browse files
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 "
|