bugfix
This commit is contained in:
parent
6f06b223a2
commit
eb9650b7ec
@ -28,8 +28,8 @@ async def generate(request, **kw):
|
||||
txt = await engine.stt(audiob64)
|
||||
info(f'{audiob64=}, {txt=}')
|
||||
return {
|
||||
"status':'ok',
|
||||
"content':txt
|
||||
"status":"ok",
|
||||
"content":txt
|
||||
}
|
||||
except Exception as e:
|
||||
exception(f'{e}')
|
||||
|
Loading…
Reference in New Issue
Block a user