Feature description
as it says on the tin...
Maybe update POST /files to take an array of file data instead of just a single, then return an array in kind.
Value and/or benefit
This would eliminate await calls in a loop on the frontend when the user is trying to attach multiple files to a single prompt.
Anything else?
No response
Feature description
as it says on the tin...
Maybe update POST
/filesto take an array of file data instead of just a single, then return an array in kind.Value and/or benefit
This would eliminate
awaitcalls in a loop on the frontend when the user is trying to attach multiple files to a single prompt.Anything else?
No response