Update tools.py
Browse files
tools.py
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
from crewai_tools import BaseTool
|
2 |
|
|
|
|
|
3 |
class AudioAnalysisTool(BaseTool):
|
4 |
name: str ="Audio Analysis Tool"
|
5 |
description: str = ("""
|
|
|
1 |
from crewai_tools import BaseTool
|
2 |
|
3 |
+
STT_MODEL = "whisper-1"
|
4 |
+
|
5 |
class AudioAnalysisTool(BaseTool):
|
6 |
name: str ="Audio Analysis Tool"
|
7 |
description: str = ("""
|