This commit is contained in:
yumoqing 2024-08-03 17:35:06 +08:00
parent 07627e0648
commit 642e2f1ab7
2 changed files with 16 additions and 20 deletions

View File

@ -1,4 +0,0 @@
path = params_kw.get('audiofile')
print(f'whisper.generate.dspy, {params_kw=}, {file_realpath=}, {stt_engine=}' )
x = await stt_engine.stt(file_realpath(path))
return x