LibreChat/api/server/middleware
Danny Avila 18edd2660b
👥 fix(assistants): Improve Error handling (#2012)
* feat: make assistants endpoint appendable since message state is not managed by LibreChat

* fix(ask): search currentMessages for thread_id if it's not defined

* refactor(abortMiddleware): remove use of `overrideProps` and spread unknown fields instead

* chore: remove console.log in `abortConversation`

* refactor(assistants): improve error handling/cancellation flow
2024-03-07 10:50:01 -05:00
..
abortControllers.js
abortMiddleware.js 👥 fix(assistants): Improve Error handling (#2012) 2024-03-07 10:50:01 -05:00
abortRun.js 👥 fix(assistants): Improve Error handling (#2012) 2024-03-07 10:50:01 -05:00
buildEndpointOption.js 🤖 feat(Anthropic): Claude 3 & Vision Support (#1984) 2024-03-06 00:04:52 -05:00
checkBan.js
concurrentLimiter.js
denyRequest.js
index.js 🛡️ feat: Model Validation Middleware (#1841) 2024-02-19 22:47:39 -05:00
loginLimiter.js
messageLimiters.js
moderateText.js
noIndex.js
registerLimiter.js
requireJwtAuth.js
requireLocalAuth.js
setHeaders.js
uaParser.js
uploadLimiters.js 🛡️ feat: Model Validation Middleware (#1841) 2024-02-19 22:47:39 -05:00
validateEndpoint.js
validateMessageReq.js
validateModel.js 🤖 feat(Anthropic): Claude 3 & Vision Support (#1984) 2024-03-06 00:04:52 -05:00
validateRegistration.js