Replies: 1 comment
|
You have not missed a MinIO setting. This is a LibreChat / Code Interpreter API-version mismatch. The 400 happens before the object is read from MinIO. Current Code Interpreter runs
Your request is only: so LibreChat v0.8.4 generates that legacy URL without a query string (source). Current LibreChat instead builds a user-scoped query and requests: (current implementation). This matches the current Code Interpreter authorization contract, which derives the session key from The proper fix is therefore to run a matched pair:
After changing versions, rebuild/recreate the containers (do not only restart them), start a new code-execution run, and check that the service-api log shows I would not “fix” this by making |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi! LibreChat v0.8.4, code interpreter from the main branch. Everything was successfully launched locally, but I couldn't download the file from the chat.
Log api:
The file is in the test-bucket and is available for download from the MinIO panel, but it is not downloading from the chat. What have I missed?
Full log api:
All reactions