853305ae74
Some architectures do not expose their S3, in such cases it is only available through the backend. This commit proposes two implementations to manage this: - frontend can now upload files to the backend (no direct access to S3) - two new modes to send file to the LLM: a temporary URL on the backend, or directly the file in b64.