Spaces:
Paused
Paused
Update crew.py
Browse files
crew.py
CHANGED
|
@@ -9,6 +9,7 @@ from crewai_tools import (
|
|
| 9 |
from openai import OpenAI
|
| 10 |
from openinference.instrumentation.crewai import CrewAIInstrumentor
|
| 11 |
from phoenix.otel import register
|
|
|
|
| 12 |
from util import get_final_answer, get_img_b64
|
| 13 |
|
| 14 |
## LLMs
|
|
|
|
| 9 |
from openai import OpenAI
|
| 10 |
from openinference.instrumentation.crewai import CrewAIInstrumentor
|
| 11 |
from phoenix.otel import register
|
| 12 |
+
from pytubefix import YouTube
|
| 13 |
from util import get_final_answer, get_img_b64
|
| 14 |
|
| 15 |
## LLMs
|