mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-15 17:43:03 +03:00
0888bc5da2
* (fix) temporary audio file not removed. In audio.py file: texts = text_splitter.split_text(transcript) Threw an exception. TypeError: expected string or bytes-like object, got 'OpenAIObject' This causes the temporary file to persist. Signed-off-by: Michael Tan <tan.michael@mac.com> * Additionally fix the reason why text splitting threw the exception. Default response format is JSON. Signed-off-by: Michael Tan <tan.michael@mac.com> --------- Signed-off-by: Michael Tan <tan.michael@mac.com> |
||
---|---|---|
.. | ||
audio.py | ||
common.py | ||
csv.py | ||
docx.py | ||
epub.py | ||
github.py | ||
html.py | ||
markdown.py | ||
notebook.py | ||
odt.py | ||
pdf.py | ||
powerpoint.py | ||
txt.py |