mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-09-10 16:40:42 +00:00
Provisioning called getDownloadStream(req, filepath) for every source, but that contract is not universal: openai takes (file_id, client) and execute_code takes (fileIdentifier, identity, req) and returns an Axios response, so files backed by those sources were mis-invoked rather than provisioned. Streaming now goes through an allowlist of storage-backed sources, so an unfamiliar source is skipped with a warning instead of called incorrectly. |
||
|---|---|---|
| .. | ||
| app | ||
| cache | ||
| config | ||
| db | ||
| models | ||
| server | ||
| strategies | ||
| test | ||
| utils | ||
| jest.config.js | ||
| jsconfig.json | ||
| package.json | ||
| typedefs.js | ||