mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-16 10:02:30 +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> |
||
---|---|---|
.. | ||
auth | ||
crawl | ||
llm | ||
middlewares | ||
models | ||
parsers | ||
repository/chat | ||
routes | ||
scripts | ||
utils | ||
vectorstore | ||
Dockerfile | ||
logger.py | ||
main.py | ||
requirements.txt |