Update tools.py
Browse files
tools.py
CHANGED
|
@@ -158,7 +158,7 @@ class DescribeImage:
|
|
| 158 |
|
| 159 |
|
| 160 |
class TranscribeAudio:
|
| 161 |
-
def __init__(self, audio_llm
|
| 162 |
"""
|
| 163 |
Initialize with a LangChain-compatible vision+audio GPT-4o model.
|
| 164 |
|
|
|
|
| 158 |
|
| 159 |
|
| 160 |
class TranscribeAudio:
|
| 161 |
+
def __init__(self, audio_llm):
|
| 162 |
"""
|
| 163 |
Initialize with a LangChain-compatible vision+audio GPT-4o model.
|
| 164 |
|