giulia-fontanella commited on
Commit
27a61fa
·
verified ·
1 Parent(s): 958874c

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +1 -1
tools.py CHANGED
@@ -158,7 +158,7 @@ class DescribeImage:
158
 
159
 
160
  class TranscribeAudio:
161
- def __init__(self, audio_llm: Runnable):
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