Spaces:
Configuration error
Configuration error
Update crew.py
Browse files
crew.py
CHANGED
|
@@ -12,7 +12,6 @@ from crewai_tools import (
|
|
| 12 |
from openai import OpenAI
|
| 13 |
from openinference.instrumentation.crewai import CrewAIInstrumentor
|
| 14 |
from phoenix.otel import register
|
| 15 |
-
from tools import get_audio_analysis_tool
|
| 16 |
from util import get_final_answer
|
| 17 |
|
| 18 |
MANAGER_MODEL = "gpt-4.1"
|
|
|
|
| 12 |
from openai import OpenAI
|
| 13 |
from openinference.instrumentation.crewai import CrewAIInstrumentor
|
| 14 |
from phoenix.otel import register
|
|
|
|
| 15 |
from util import get_final_answer
|
| 16 |
|
| 17 |
MANAGER_MODEL = "gpt-4.1"
|