open-webui/backend/open_webui/apps/webui
Etienne Perot fdd27aa321
fix: close temporary file after creating it.
This fixes "The process cannot access the file
because it is being used by another process"
errors on Windows.

The file is still automatically deleted by the
`os.unlink` call later in the function.

Updates #5606
Fixes #5642
2024-09-23 23:22:47 -07:00
..
internal refac: mv backend files to /open_webui dir 2024-09-04 16:54:48 +02:00
models refac: mv backend files to /open_webui dir 2024-09-04 16:54:48 +02:00
routers refac 2024-09-21 15:35:35 +02:00
main.py refac 2024-09-07 03:09:57 +01:00
utils.py fix: close temporary file after creating it. 2024-09-23 23:22:47 -07:00