mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-14 03:46:18 +01:00
|
Some checks are pending
Docker Dev Branch Images Build / build (Dockerfile, lc-dev, node) (push) Waiting to run
Docker Dev Branch Images Build / build (Dockerfile.multi, lc-dev-api, api-build) (push) Waiting to run
Docker Dev Images Build / build (Dockerfile, librechat-dev, node) (push) Waiting to run
Docker Dev Images Build / build (Dockerfile.multi, librechat-dev-api, api-build) (push) Waiting to run
Sync Locize Translations & Create Translation PR / Sync Translation Keys with Locize (push) Waiting to run
Sync Locize Translations & Create Translation PR / Create Translation PR on Version Published (push) Blocked by required conditions
* chore: Prevent empty text parts in conversation export function Added a check to return an empty array if the text part of the conversation is empty or consists only of whitespace, ensuring cleaner data handling in the export process. * chore: Update .env.example to include CONTINUE_ON_UNCAUGHT_EXCEPTION variable Added documentation for the CONTINUE_ON_UNCAUGHT_EXCEPTION environment variable, which allows the app to continue running after encountering uncaught exceptions. This change is not recommended for production environments unless necessary. |
||
|---|---|---|
| .. | ||
| index.ts | ||
| useBookmarkSuccess.ts | ||
| useDebouncedInput.ts | ||
| useDefaultConvo.ts | ||
| useExportConversation.ts | ||
| useGenerateConvo.ts | ||
| useGetSender.ts | ||
| useNavigateToConvo.tsx | ||
| useParameterEffects.ts | ||
| usePresetIndexOptions.ts | ||
| usePresets.ts | ||
| useSearchEnabled.ts | ||
| useSetIndexOptions.ts | ||
| useUpdateTagsInConvo.ts | ||